diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76ce7fc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.jpg diff --git a/main.py b/main.py new file mode 100644 index 0000000..9cd8562 --- /dev/null +++ b/main.py @@ -0,0 +1,4 @@ +print('Enter your name:') +x = input() +print("Hello brave new " + x) +print('How is the weather today?')