已读28%
预计阅读本页时间:-
预计阅读本页时间:-
Test Your Knowledge: Quiz
- What three things are required in a C-like language but omitted in Python?
- How is a statement normally terminated in Python?
- How are the statements in a nested block of code normally associated in Python?
- How can you make a single statement span multiple lines?
- How can you code a compound statement on a single line?
- Is there any valid reason to type a semicolon at the end of a statement in Python?
- What is a try statement for?
- What is the most common coding mistake among Python beginners?