Browse Source

Append input

Thinh Tran 11 years ago
parent
commit
ba092a3d29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chaining_method.py

+ 1 - 1
chaining_method.py

@@ -29,5 +29,5 @@ if __name__ == '__main__':
     person = Person('Jack', move)
     person.do_action().amount('5m').stop()
 
-#===== Output =====
+### OUTPUT ###
 # Jack move 5m then stop