Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
teşekkürlerMerhaba ;
Python:a = int(input("Girin : ")) if a < 0: print("Sayı 0'dan küçük") else: print("Sayı 0'dan büyük.")