Code with Me
1.07K subscribers
55 photos
4 videos
92 files
107 links
"Welcome to Code_With_Me_23! 😉
Download Telegram
May 31
June 1
June 4
June 7
June 7
What keyword is used when all other conditions fail?
Anonymous Quiz
59%
else
12%
elif
12%
except
16%
finally
June 7
What will this code output?

x = 5 if x > 10: print("A") else: print("B")
Anonymous Quiz
16%
A
56%
B
23%
Error
5%
None
June 8
Which of the following is NOT commonly used for backend development?
Anonymous Quiz
16%
PHP
64%
CSS
7%
JavaScript
13%
Python
June 9
Which of the following is used to exit a loop early?
Anonymous Quiz
72%
break
7%
endexitexitexit
21%
exit
June 9
June 10
June 11
June 11
Which of the following is a correct if statement?
Anonymous Quiz
14%
if x => 5:
54%
if (x == 5)
22%
if x == 5:
10%
if x = 5:
June 12