Python Nested Selection Constructs

preview_player
Показать описание
Shows how Selection constructs can be nested to implement an algorithm.
Рекомендации по теме
Комментарии
Автор

So detailed and thorough, thank you sosososososo much!!!

kkc
Автор

I made a small change to the program:)
print("Please enter your age ? : ")
age = int(input())
gap = 18 - age
if age >= 18:
print("You can collect your polling card")
else:
print("You are too young to vote")
print("You can vote after " + str(gap) + " years from now")

Lennardish
Автор

Its really helpful ... thanks john Philip jones

reemaprajapati
join shbcf.ru