diff --git a/main.py b/main.py new file mode 100644 index 0000000..858894b --- /dev/null +++ b/main.py @@ -0,0 +1,2 @@ +print(f'Hello brave new {input("please enter your name: ")}') +print('How is the weather today?')