We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccde5e commit b38536cCopy full SHA for b38536c
session_03/exercises/multiple_choice_3.md
@@ -6,7 +6,7 @@
6
- an expression that allows a computer to print an output
7
- an expression that makes a string upper case
8
9
-2. What will be the output of the below?
+2. What will be the output of the below:
10
sum = 5 + 6
11
12
if sum == 10:
@@ -17,7 +17,7 @@ if sum == 10:
17
- There will be no output - A
18
- 11
19
20
-3. What will be the output of the below?
+3. What will be the output of the below:
21
name = "Jackie"
22
23
if name == "Anita":
0 commit comments