为什么枚举要实现接口?
299
2022-08-26
python-2.输出字符串,注释(python2注释怎么写)
exercise 1
print somthing you like
print("Wello World!")print("Hello Again!")print('I like typing this.')print("This is fun!")print('Yay! Pringing.')print("I'd much rather you 'not'.")print('I "sad" do not touch this.')
注意:输出字符串的时候单双引号都可以,其他语言里面的反斜线转义在python里面也是生效的.
exercise 2
add a comment in your code
### this is a comment ,so that you can read it after a long time##print("Hello , this is a comment !")# test a programprint("This will run!")print('this will not ## ## be ignored !')
注意:单行多行注释都是使用#符号,字符串里面的#后面的字符不会被注释.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~