index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wk6
/
lect
/
calculator.py
blob: d6886ee19f070655a9b81f02d8aec1f946c351a8 (
plain
)
1
2
3
4
x = input("x: ") y = input("y: ") print(x + y)