Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqiu authored Feb 8, 2024
1 parent a0a0734 commit c82d2fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#### Normal code fence as usual
``` python [Run](https://run-test.oscollege.net/KnUK)
``` python
import datetime

# Get current date and time
Expand All @@ -16,3 +16,4 @@ print("Current time (24-hour format):", current_time)
print("Current date:", current_date)
print("Current date and time:", current_datetime_str)
```
[Run](https://run-test.oscollege.net/KnUK)

0 comments on commit c82d2fe

Please sign in to comment.