koşul operatörü 6

This commit is contained in:
Mert Gör 🇹🇷 2023-05-21 17:56:23 +03:00
parent c286adadc6
commit 1e92a76f63
No known key found for this signature in database
GPG key ID: 2100A876D55B39B9

2
kosul.operatoru.6.py Normal file
View file

@ -0,0 +1,2 @@
val = int(input('Bir sayı giriniz:'))
print('çift' if val % 2 == 0 else 'tek')