Please open Telegram to view this post
VIEW IN TELEGRAM
❤17👍8👎1
Apply what you've learnt about naming variables and see how much you know!
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4
🟢 Question 1: Which line of Python code is valid?
Anonymous Quiz
4%
12 = a
15%
var a = 12
3%
a: 12
78%
a = 12
❤19👍14
🔵 Question 2: Which is the best variable name for Player 1's username?
Anonymous Quiz
7%
1_player_username = "jackbauer"
5%
p1u = "jackbauer"
85%
player1_username = "jackbauer"
3%
p1 user name = "jackbauer"
1❤13👍2
Please open Telegram to view this post
VIEW IN TELEGRAM
❤9
Understanding Data Types and How to Manipulate Strings
————————
01 - Day 2 Goals what we will make by the end of the day
02 - Python Primitive Data Types
03 - Data Types Quiz
04 - Type Error, Type Checking and Type Conversion
05 - [Interactive Coding Exercise] Data Types
06 - Mathematical Operations in Python
07 - [Interactive Coding Exercise] BMI Calculator
08 - Number Manipulation and F Strings in Python
09 - [Interactive Coding Exercise] Life in Weeks
10 - Mathematical Operations Quiz
11 - Day 2 Project Tip Calculator
12 - You are already in the top 50%
————————
Please open Telegram to view this post
VIEW IN TELEGRAM
❤5👍4🔥1
Please open Telegram to view this post
VIEW IN TELEGRAM
❤8👍6
🟢 Question 1: What is the data type of the mystery variable?
mystery = 734_529.678
mystery = 734_529.678
Anonymous Quiz
20%
String
19%
Qurtle
51%
Float
9%
Float
❤4
🔵 Question 2: I've put a spell on you. You are now a computer. If I give you the following code, what will you print out?
street_name = "Abbey Road" print(street_name[4] + street_name[7])
street_name = "Abbey Road" print(street_name[4] + street_name[7])
Anonymous Quiz
16%
ya
7%
en
13%
eR
64%
yo
👍12❤2
🟠 Question 3: Which statement below is incorrect?
Anonymous Quiz
9%
857.25 is a Float
67%
"False" is a Boolean
5%
932 is an Integer
19%
"523" is a String
1👍4❤3
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3❤2