commit faf257c16770d8705abba6f4e5ff64d30633c998 Author: Daekeun Date: Thu Jul 9 13:43:55 2026 +0900 first commit diff --git a/main.py b/main.py new file mode 100644 index 0000000..e3c889f --- /dev/null +++ b/main.py @@ -0,0 +1,5 @@ +def random_number_generator(): + import random + return random.randint(1, 100) + +print(random_number_generator()) \ No newline at end of file