From 0d6086e8f5db62a91d81a76e8695daacdffe9fe1 Mon Sep 17 00:00:00 2001 From: Ahmad735-ra Date: Mon, 20 Jan 2025 17:30:32 +0500 Subject: [PATCH] Create guide.py A introduction page --- guide.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 guide.py 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"))