소스 검색

Append input

Thinh Tran 11 년 전
부모
커밋
ba092a3d29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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