Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 37a2440

Browse files
committed
Update python_dynamics.py
1 parent d08d2da commit 37a2440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Lecture9/python_dynamics.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ def __init__(self, no):
1212

1313
if datetime.datetime.now().hour > 16:
1414
def __str__(self):
15-
return f"{self.no} has finished."
15+
return f"Lecture {self.no} has finished."
1616
else:
1717
def __str__(self):
18-
return f"{self.no} has started."
18+
return f"Lecture {self.no} has started."
1919

2020

2121
if __name__ == '__main__':

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /