• Register now to get access to thousands of Tutorials, Leaked content, Hot NSFW and much more. Join us as we build and grow the community.

Advertise Here

Advertise Here

Advertise Here

i need help with my python code

sezoka

UX/UI Master
S Rep
0
0
0
Rep
0
S Vouches
0
0
0
Vouches
0
Posts
171
Likes
168
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2 1000 XP
ok so im trying to make code that gives you a bunch of prompts asking your address and more for "social engineering" but when i start the python in 3.11 it instantly closes and i cant find the problem please help me the code is:
output_file = "info.txt"
fullname = int(input("\nWhat Is Your First And Last Name: "))
age = int(input("\nWhats Your Birthday + Age (EX: MM/DD/YY . your age): "))
adress = int(input("\nWhats Your Address (EX:123, yourstreet, yourcity, your zip code, your country): "))
phonenumber = int(input("\nyour phone number (EX:xxx-xxx-xxxx): "))
momsname = int(input("\nWhats Your Mom's Name: "))
dadsname = int(input("\nWhats Your Dad's Name: "))
with open(output_file, "a") as f:
f.write(fullname + age + adress + phonenumber + momsname + dadsname + "\n")
This is a bump
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

452,499

349,752

349,762

Top