Quiz · 3 questions
🐣 Foundations — Meeting Python for the First Time
Variables, types, REPL, your first script
Level 0Curious
0 XP0/93 lessons0/23 achievements
0/100 XP to next level100 XP to go0% complete
Quiz
01In Python, where does type information actually live — on the variable name, or on the value?
Hint
Think about what
type(x) would return after re-assigning x to a different kind of value.02Why does Python use indentation instead of curly braces to mark code blocks?
Hint
Look up PEP 20 — the answer is in there literally.
03Roughly how many lessons does Python Quest contain across its 16 tracks plus epilogue?
Hint
Re-read the section called 'What the next 84 lessons look like.'
Comments 0
🔔 Reply notifications (sign in)Sign in — Please sign in to comment.
No comments yet — be the first.