100 Days of Code – The Complete Python Pro Bootcamp
46.9K subscribers
13 photos
212 videos
265 files
276 links
Buy ads: https://telega.io/c/python_100_days_of_code

🔰 Linkedin Courses: @Linkedin_Learning
🧿 ZeroToMastery Courses: @Zero_To_Mastery
📦 Udemy Courses: @Udemy_Learning
Download Telegram
📖 16 - Variable Naming Quiz

Apply what you've learnt about naming variables and see how much you know!

🔗 Back
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"
86%
player1_username = "jackbauer"
3%
p1 user name = "jackbauer"
113👍2
@LearnPython3_Working_with_Variables_in_Python_to_Manage_Data.zip
669.9 MB
📦 Working with Variables in Python to Manage Data

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
9
Please open Telegram to view this post
VIEW IN TELEGRAM
11👍7
This media is not supported in your browser
VIEW IN TELEGRAM
🔅 01 - Day 2 Goals what we will make by the end of the day

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
8👍6
Media is too big
VIEW IN TELEGRAM
🔅 02 - Python Primitive Data Types

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
👍85
📖 03 - Data Types Quiz

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
8👍4
🟢 Question 1: What is the data type of the mystery variable?

mystery = 734_529.678
Anonymous Quiz
20%
String
20%
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])
Anonymous Quiz
15%
ya
7%
en
13%
eR
64%
yo
👍122
🟠 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👍43
Media is too big
VIEW IN TELEGRAM
🔅 04 - Type Error, Type Checking and Type Conversion

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
3👍3
This media is not supported in your browser
VIEW IN TELEGRAM
🔅 05 - [Interactive Coding Exercise] Data Types

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
👍32
Media is too big
VIEW IN TELEGRAM
🔅 06 - Mathematical Operations in Python

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
6👍1
Media is too big
VIEW IN TELEGRAM
🔅 07 - [Interactive Coding Exercise] BMI Calculator

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
4👍1
Media is too big
VIEW IN TELEGRAM
🔅 08 - Number Manipulation and F Strings in Python

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
5
This media is not supported in your browser
VIEW IN TELEGRAM
🔅 09 - [Interactive Coding Exercise] Life in Weeks

🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
3🔥1
📖 10 - Mathematical Operations Quiz

We've covered a lot of mathematical operations you can do with Python. e.g. round(), floor division //, PEMDAS etc. This quiz is going to check to see if you can use all these concepts correctly.


🔗 Back
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3🔥1
⚫️ Question 1: You are a computer. What will this line of code print?

print(6 + 4 / 2 - (1 * 2))
Anonymous Quiz
13%
3
4%
5
79%
6.0
4%
8.0
16👍4🔥1