2024.11.28 重新开始刷题 第一章 1.1 print(''' Welcome to Python Welcome to Computer Science Programming is fun ''') 1.2 text_message = "Welcome to Python\n" print(text_message * 5)