Thinh Tran 11 lat temu
rodzic
commit
ba092a3d29
1 zmienionych plików z 1 dodań i 1 usunięć
  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