8000 Updated multiple choice for session 3 · zfoxpython/intro-to-python@b38536c · GitHub
[go: up one dir, main page]

Skip to content

Commit b38536c

Browse files
committed
Updated multiple choice for session 3
1 parent bccde5e commit b38536c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

session_03/exercises/multiple_choice_3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- an expression that allows a computer to print an output
77
- an expression that makes a string upper case
88

9-
2. What will be the output of the below?
9+
2. What will be the output of the below:
1010
sum = 5 + 6
1111

1212
if sum == 10:
@@ -17,7 +17,7 @@ if sum == 10:
1717
- There will be no output - A
1818
- 11
1919

20-
3. What will be the output of the below?
20+
3. What will be the output of the below:
2121
name = "Jackie"
2222

2323
if name == "Anita":

0 commit comments

Comments
 (0)
0