What's new

PHYTON (Basic programming) need help.

Calamansi_07

Forum Veteran
Elite
Joined
Apr 13, 2017
Posts
1,970
Solutions
2
Reaction
1,076
Points
684
Age
23
Create a Program that will include:

a) CONDITIONAL STATEMENT
b) LOOPING STATEMENTS
You are to think of your own topic/program.

CONTENT - 50%
FUNCTIONALITY - 50%

Pa help mga Masters kung ano maganda gagawin dito. I'll really appreciate it. Siguro napakadali lang ng dalawang statements na yan sa inyo kase graduate na iba at saka basics lang ng Phyton programming. Salamat po. ❤️
 
Mag install ka ng mga python ide galing playstore, may mga example don kunin mo palitan mo variable hahahahaaha
 
user_input = int(input(" Please enter your number: "))

for n in range(user_input):
if n % 2 == 0:
print(f"Even number: ${n})
else:
print(f"Odd number: ${n})




Basic lang yong sa akin papsi. Pwede rin guessing game or number. 😅😅😅

Mas ok kung ikaw mismo ang mag research or gumawa para matotoo ka. Arrange mo nalang kasi strict ang Python pagdating sa INDENTATION!
 

Similar threads

Back
Top