Browse Source

Append input

Thinh Tran 11 năm trước cách đây
mục cha
commit
ba092a3d29
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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