name = input("bro tell me ur name ") age = input("how old are u?? ") height = input("bro how tall are u ") credit = input("tell me the wacky numbers at the front of your credit card ") creditcvc = input("pls give the 3 numbies at the back :) ") expiry = input("how about dat expiry date ") print("Im gonna guess ur name, it is",name, "and ur",age, "years old and bro ur short af. ur",height, "u fool u just got scammed now i know ur credit card number, it is",credit, "i even know the numbers at the back they are",creditcvc, "and it expires in",expiry, "Im gonna go spend all ur money now bye" )