代码改变世界

笨方法学Python-ex2

2018-03-22 14:23  许默良  阅读(77)  评论(0)    收藏  举报
1 #this is so you can read your program
2 #anything after the #is ignore by python
3 print("i could have code like this ") #and the comment after is ignore
4 print("this will run")