摘要:
Everybody loves the visual effect of the falling binary code known as ” Rain ” in The Matrix. In this article, we gonna show you an easy way to create 阅读全文
摘要:
Do you ever know that Linux is not just for serious work for admins and professionals, but you can play word games, speak to your Linux terminal or cr 阅读全文
摘要:
1.1 python字符串定义 #!/usr/bin/python # -*- coding: utf8 -*- # 定义一个字符串 s1 = 'this is long String that spans two lines' # 表示下面一行是上一行的延续 s2 = 'this is long 阅读全文