-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscale.py
More file actions
16 lines (13 loc) · 698 Bytes
/
Copy pathscale.py
File metadata and controls
16 lines (13 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#This is a simple ticketing option for a summit registration event.
print("Welcome to the Driving Innovation Scale 2026.")
print("Please insert your details so as to access to the upcoming summit meet up.")
full_name = input("Full names:")
age_gap=input("Your age gap:")
email_address=input("Email address:")
mobile_number=input("Mobile number:")
current_location=input("Location ward:")
region=input("Region:")
country=input("Country:")
print(f"Hello {full_name}.Your age brack is {age_gap} years old enabling you get access to the summit event.")
print("You'll receive all the remainders,information and updates to make most of the event.Stay informed")
print("Looking forward to seeing you.")