你应该在练习 0 中花了不少的时间,学会了如何安装文本编辑器、运行文本编辑器、以及如何运行命令行终端,而且你已经花时间熟悉了这些工具。请不要跳过前一个练习的内容直接进行下面的内容,这也是本书唯一的一次这样的警示。

笨办法学Python(一)

 1 print "Hello World!"
 2 
 3 print "Hello Again"
 4 
 5 print "I like typing this."
 6 
 7 print "This is fun."
 8 
 9 print 'Yay! Printing.'
10 
11 print "I'd much rather you 'not'."
12 
13 print 'I "said" do not touch this.'
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-08
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
相关资源
相似解决方案