美文网首页Learn ptyon the Hrad Way
专题列表页
Learn ptyon the Hrad Way

第四版
python3

  • 0
    2018-01-02
  • exercise 21练习 如果你不是很确定return的功能,尝试自己写几个函数出来,让它们返回一些值。你可以将任何可以放在=右边的东...[作者空间]

  • 0
    2018-01-01
  • exercise 20第一次print_a_line被调用, current_line被赋值1第二次print_a_line被调用, c...[作者空间]

  • 0
    2018-01-01
  • exercise 19练习 倒着将脚本读完,在每一行上面添加一行注解,说明这行的作用。 从最后一行开始,倒着阅读每一行,读出所有的重要字...[作者空间]

  • 0
    2018-01-01
  • exercise 18练习为自己写一个函数注意事项以供后续参考。你可以写在一个索引卡片上随时阅读,直到你记住所有的要点为止。注意事项如下...[作者空间]

  • 0
    2018-01-01
  • exercise 17练习 4.不关闭文件,它会直到程序结束为止一直占用系统资源点我有惊喜 资料1资料2 exercise15~17小结...[作者空间]

  • 0
    2018-01-01
  • exercise 16练习 If you do not understand this, go back through and use...[作者空间]

  • 0
    2017-12-31
  • exercise 15练习 Above each line, write out in English what that line d...[作者空间]

  • 0
    2017-12-31
  • exercise 14练习 Find out what the games Zork and Adventure were. Try t...[作者空间]

  • 0
    2017-12-31
  • exercise 13注意: 一定要用命令行,通过$ python ex13.py first 2nd 3rd命令运行程序 练习 Try...[作者空间]

  • 0
    2017-12-30
  • exercise 12练习 In Terminal, where you normally run python3.6 to run y...[作者空间]

  • 0
    2017-12-30
  • exercise 11练习 Go online and find out what Python’s input does. Can y...[作者空间]

  • 0
    2017-12-30
  • exercise 10练习 Memorize all the escape sequences by putting them on f...[作者空间]

  • 0
    2017-12-30
  • exercise 9练习 Check your work, write down your mistakes, try not to ...[作者空间]

  • 0
    2017-12-30
  • exercise 8练习 Do your checks, write down your mistakes, and try not ...[作者空间]

  • 0
    2017-12-29
  • exercise 7Go back through and write a comment on what each line doe...[作者空间]

  • 0
    2017-12-29
  • exercise 6练习 完成这个程序并在每一行写上注释。 找出字符串镶嵌在另一个字符串的所有地方。这里有四个地方。 你确定这只有四个...[作者空间]