@ -1 +1,9 @@
from datetime import datetime
def show_current_datetime():
now = datetime.now()
print("現在の日時:", now.strftime("%Y-%m-%d %H:%M:%S"))
show_current_datetime()
print("はげ")
The note is not visible to the blocked user.