Variables in Python
Quiz by Suma Jibin
Customize this quiz to suit your class
Instantly translate to 100+ languages
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
​What will be printed?
print("Line1\nLine2\nLine3")
B) Line1Â Â Â Â Â
 Line2Â
 Line3
A) Line1 Line2 Line3
D) Line1 \n Line2 \n Line3
C) Line1\nLine2\nLine3
​Predict the output: print("A\tB\tC")
D) A_B_C
C) A-B-C
A) A B C
D) A\tB\tC
What will be printed?
Predict the output: print("A\tB\tC")
Give this quiz to my class