place = int(input("Введите место в списке поступающих: ")) points = int(input("Введите количество баллов за экзамены: ")) if place <= 10 and points >= 290: print("Поздравляем, вы поступили!") print("Бонусом вам будет начисляться стипендия.") if place <= 10 and points < 290: print("Поздравляем, вы поступили!") print("Но вам не хватило баллов для стипендии.") if place > 10: print("К сожалению, вы не поступили.")
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter