Skip to content

Commit fa3ea76

Browse files
authored
Update main.py
Signed-off-by: Bubbles The Dev <[email protected]>
1 parent d3425f9 commit fa3ea76

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Python-Fundamentals-part1/main.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# EXAMPLES NOT FOR USE
2+
# --------------------
3+
14
import os
25
from dotenv import load_dotenv
36
import requests
@@ -39,4 +42,7 @@ def main():
3942
print("City not found or API request failed.")
4043

4144
if __name__ == "__main__":
42-
main()
45+
main()
46+
47+
# EXAMPLES NOT FOR USE
48+
# --------------------

0 commit comments

Comments
 (0)