area= int(input ("Please enter the area: ")) if area <= 250: code = "XS" print("code:", code) if area <= 350: code = "S"

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

area= int(input ("Please enter the area: ")) if area <= 250: code = "XS" print("code:", code) if area <= 350: code = "S"

Post by answerhappygod »

Area Int Input Please Enter The Area If Area 250 Code Xs Print Code Code If Area 350 Code S 1
Area Int Input Please Enter The Area If Area 250 Code Xs Print Code Code If Area 350 Code S 1 (17.11 KiB) Viewed 29 times
I NEED THE OUTPUT OF THE CODE
PLEASE I NEED URJENT
I NEED YOUR OWN ANSWER
ANSWER IS ALREADY SHOWING GOOGLE AND answers THAT ANSWER ISWRONG
area= int(input ("Please enter the area: ")) if area <= 250: code = "XS" print("code:", code) if area <= 350: code = "S" print("code: ", code) if area <= 500: code = "M" print("code: ", code) if area <= 800: code = "L" print("code: ", code) if area> 800: code = "XL" print("code: ", code)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply