Editing 3620 - Cmmk
Revision as of 11:33, 1 April 2023 by Pop Giulia (talk | contribs) (Pagină nouă: n = int(input("Introduceți numărul n: ")) k = int(input("Introduceți cifra k: ")) # Convertim numărul n într-un șir de caractere n_str = str(n) # Verificăm fiecare cifră din șir for cifra in n_str: if int(cifra) > k: print("NU") break # Dacă am iterat prin toate cifrele și nu am găsit nicio cifră mai mare decât k, afișăm "DA" else: print("DA"))
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "http://wiki.universitas.ro/wiki/3620_-_Cmmk"