This website works better with JavaScript
홈
탐색
도움말
로그인
LInE
/
www-ivprog
Watch
4
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
b1b45d0983
브랜치
태그
manual_en
master
vueSite
www-ivprog
/
textosIntrodutorios
/
codEx
/
cod2.py
cod2.py
92 B
히스토리
Raw
1
2
3
4
# desnecessário declarar em Python
n1 = 1
n2 = int(input())
print("n1=", n1, " e n2=", n2)