JavaScript isn't enabled in your browser, so this file can't be opened. Enable and reload.
Python Exercise - 3
Sign in to Google
to save your progress.
Learn more
* Indicates required question
Email
*
Your email
What is your name?
*
Your answer
Phone No
*
Your answer
Freegurukul ID
*
Your answer
for x in "VESRN":
print(x)
*
VESRN
V E S R N
vesrn
None
y = int(2.8) will be
*
2
2.9
3
None
x=1
print(type(x))
what is the output?
*
<class 'int'>
<class 'float'>
<class 'complex'>
none
a = 100
b = 200
if not(b == a):
print("b is greater than a")
what is the result?
*
b is not greater than a
b is greater than a
a is greater than b
none of the above
i = 1
while i <= 10:
print(i)
i += 1
what is the output ?
*
Your answer
i = 1
while i < 10:
if i==3 or i==5:
print(i)
i += 1
Output?
*
Your answer
x = range(6)
print(type(x))
Output?
*
Your answer
x = 2
y = 5
print(x ** y)
*
Your answer
x = ["apple", "banana"]
print("pineapple" not in x)
output?
*
Your answer
print(3 << 2)
*
Your answer
Give me a feedback about my teaching?
*
Your answer
Submit
Clear form
Never submit passwords through Google Forms.
Forms
This content is neither created nor endorsed by Google.
Report Abuse
Terms of Service
Privacy Policy
Help and feedback
Contact form owner
Help Forms improve
Report