Chunchunmaru
Eternal Poster
Bago lang po kase ako sa Phyton, saan kaya ang error nito? Bat ayaw mag execute nung next line?
Salamat po heheuse this code:
int num1 = input("First number")
same with num 2 gayahin mo lang yan.
Meron reading tutorials sa You do not have permission to view the full content of this post. Log in or register now.
Check mo para aware ka sa ginagawa mo.
Lods alam mo ba kung pano to ayusin# Sana makatulong
num1 = int(input("Enter First number: "))
num2 = int(input("Enter Second number: "))
if num1 > num2:
print(f"{num1} is greater than {num2}")
elif num1 < num2:
print(f"{num1} is less than {num2}")
else:
print(f"{num1} is equal to {num2}")
pahelp namabc mga lods may codes kasi ko kaso dapst pseudocode sana matulongan niyonum1 = input("First number: ") num2 = input("Second number: ") if num1 < num2: print("Num 1 is greater than Num 2") elif num1 > num2: print("Num 1 is less than Num 2") else: print("Both numbers are equal")
Try mo to lods.
Hindi po ako masyadong maalam sa pseudo code.pahelp namabc mga lods may codes kasi ko kaso dapst pseudocode sana matulongan niyo
Idol pano i fix yung ValueError?Hindi po ako masyadong maalam sa pseudo code.
Refer to this: You do not have permission to view the full content of this post. Log in or register now.
Sana makatulong.
Not to my knowledge na po. Beginner python lang po alam ko hehe.Idol pano i fix yung ValueError?
Ay okay po salamat heheNot to my knowledge na po. Beginner python lang po alam ko hehe.
láρág mo lang dito codes mo may sasagot din ng error mo.Ay okay po salamat hehe
Pabalik balik lang ako HAHAHAHAHAláρág mo lang dito codes mo may sasagot din ng error mo.
Gumagana tong suggest ni paps.# Sana makatulong
num1 = int(input("Enter First number: "))
num2 = int(input("Enter Second number: "))
if num1 > num2:
print(f"{num1} is greater than {num2}")
elif num1 < num2:
print(f"{num1} is less than {num2}")
else:
print(f"{num1} is equal to {num2}")
Yan nga yon pero value errorGumagana tong suggest ni paps.
Lods, pano i fix, ValueError# Sana makatulong
num1 = int(input("Enter First number: "))
num2 = int(input("Enter Second number: "))
if num1 > num2:
print(f"{num1} is greater than {num2}")
elif num1 < num2:
print(f"{num1} is less than {num2}")
else:
print(f"{num1} is equal to {num2}")
try mo po if kaya? Madali naman siya kaso nga lang code yung nagawa koHindi po ako masyadong maalam sa pseudo code.
Refer to this: You do not have permission to view the full content of this post. Log in or register now.
Sana makatulong.
Hindi pa po ako nakagawa ng pseudo code lods. Concept pa lang po pinag-aralan namin.try mo po if kaya? Madali naman siya kaso nga lang code yung nagawa ko