notebook vb
This commit is contained in:
7
Trash/Form.py
Normal file
7
Trash/Form.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def console_form():
|
||||
print("=== Registration Form ===")
|
||||
name = input("Enter your name: ")
|
||||
email = input("Enter your email: ")
|
||||
print(f"\nThank you, {name}! We'll contact you at {email}.")
|
||||
|
||||
console_form()
|
||||
Reference in New Issue
Block a user