Repeat sh_01_

 

Repeat sh_01_

1  # 500 print passes Hello Python (copy paste method, manually copied 500 times) 
2  Print ( " the Hello the Python " )
 . 3  Print ( " the Hello the Python " )
 . 4  Print ( " the Hello the Python " )
 . 5  Print ( " the Hello the Python " )
 . 6  Print ( " the Hello the Python " )
 . 7  Print ( " the Hello the Python " )
 . 8  Print ( "Hello Python")
 9 print("Hello Python")
10 print("Hello Python")
11 print("Hello Python")
  ......

 

Guess you like

Origin www.cnblogs.com/shaohan/p/11496418.html