diff --git a/main.py b/main.py new file mode 100644 index 0000000..51803a1 --- /dev/null +++ b/main.py @@ -0,0 +1,4 @@ +print('Please wnter your name:') +name = input() +print(f'Hello brave new {name}') +print('How is the weather like today?') \ No newline at end of file