同步阅读进度,多语言翻译,过滤屏幕蓝光,评论分享,更多完整功能,更好读书体验,试试 阅读 ‧ 电子书库
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?