diff --git a/guide.py b/guide.py new file mode 100644 index 0000000..afa687b --- /dev/null +++ b/guide.py @@ -0,0 +1,6 @@ +import pygame +screen_weidth = 800 +screen_height = 600 +print("welcome to our society") +print(input("write your name")) +print(input("write your city name"))