This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
LInE
/
www-ivprog
Vērot
4
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
b1b45d0983
Atzari
Tagi
manual_en
master
vueSite
www-ivprog
/
textosIntrodutorios
/
codEx
/
cod2.py
cod2.py
92 B
Vēsture
Neapstrādāts
1
2
3
4
# desnecessário declarar em Python
n1 = 1
n2 = int(input())
print("n1=", n1, " e n2=", n2)