Python Sikhega India Quiz #7
Common Error While filling the blanks
- Don't print unless asked to print something, program runs fine without printing
- Using np.something, it depends on the way library is imported, so don't write function or variable unless imported this way
- Don't use unnecessary spaces, like "var = 5 + 6" can be written as "var=5+6".
Sign in to Google to save your progress. Learn more
Email *
print(5 > 0 and 5 < 0) will be *
1 point
print(5 > 0 or 5 < 0) will be *
1 point
print(5>=0) will be *
1 point
The output of this program will be *
1 point
Captionless Image
If all the tests will pass then which code block will run *
1 point
print((5 > 0) and "Ashoka is great") *
1 point
Boolean operation can take two boolean and result in a boolean value *
1 point
How many boolean values exist in programming *
1 point
A program always run all lines of code one by one, never skips any line *
1 point
If all the tests will fail then which code block will run *
1 point
Next
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy