@rfhongyi
2016-09-16T05:07:55.000000Z
字数 459
阅读 735
Exercise_02 : Type my name
冉峰 弘毅班 2014301020064
Abstract
- This exercise is to type my name in python.
Background
- print my name on the screen with each letter.
The Main Body
Code
print('My name is Feng')print('######### ')print('# ')print('# # # # # ')print('######### # # # # # # # # ')print('# # # # # # # # ')print('# ########## # # # # ')print('# # # # # # ')print('# # # # # # # # # # # ')print('# # # # # # # # # ')print(' # ')print(' # # ')print(' # # ')print(' # # # # ')
Running
Conclusion
- This a very easy but interesting code.
Thanks For