Python Programming Basics : Quiz3
Sign in to Google to save your progress. Learn more
1. What will be the output of 64%5 ?
*
1 point
2.  Which one of the following is correct way of declaring and initializing a variable, z with value 2? 
1 point
Clear selection
3.  What will be the value of the average for the following python code?
g1=70
g2=80
average=(g1+g2)/2
1 point
Clear selection
4.  What will be the output of statement 2**2**2**2 ?
1 point
Clear selection
5.  Which of the following do not belong to python numbers?
1 point
Clear selection
6. Which of the following is an incorrect variable name?
1 point
Clear selection
7. What will be the output of the following expression?
 5*1**5
1 point
Clear selection
8.  Which of the following is an invalid statement?
1 point
Clear selection
9. Which symbol is used to give comments in Python?
1 point
Clear selection
10.  Which of these in not a core python data type?
1 point
Clear selection
1 point
Clear selection
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy