Digital Python Intermediate iON LX Async SP Assessment 18 21
Digital Python Intermediate iON LX Async SP Assessment 18 21
Question 18
Question 19
x = “abcdef”
I = “i”
While I in x:
Print(I, end = “ “)
1. Abcdef
2. Error
3. a b c d e f
4. No Output
Question 20
Question 21
Which of the following Python 3.4.2 shell expression will produce the below-given output?
56.25
1. >>> 7.5#2
2. >>> 7.5^2
3. >>> 7.5 ! 2
4. >>> 7.5**2
This study source was downloaded by 100000813364844 from CourseHero.com on 01-23-2023 07:33:13 GMT -06:00
https://www.coursehero.com/file/104858710/Digital-Python-Intermediate-iON-LX-Async-SP-Assessment-18-21docx/
Powered by TCPDF (www.tcpdf.org)