This website requires JavaScript.
Explore
Help
Register
Sign In
learning
/
Python-100-Days
mirror of
https://github.com/jackfrued/Python-100-Days.git
Watch
1
Star
0
Fork
You've already forked Python-100-Days
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
505c20f25b
Python-100-Days
/
Jax_code
/
Day2
/
Code.py
3 lines
85 B
Python
Raw
Blame
History
a
=
int
(
input
(
"
a =
\n
"
)
)
b
=
int
(
input
(
"
b =
\n
"
)
)
print
(
'
%d
+
%d
=
%d
'
%
(
a
,
b
,
a
+
b
)
)
Reference in New Issue
View Git Blame
Copy Permalink