Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Dorothydu
/
gitrepo_20
like
0
Dataset card
Files
Files and versions
xet
Community
main
gitrepo_20
/
150_Py_challenges-master
/
007.py
Dorothydu
Add files using upload-large-folder tool
11c6595
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
112 Bytes
name =
input
(
"Name: "
)
num1 =
int
(
input
(
"Age: "
))
num1 = num1 +
1
print
(name+
" next birthday you will be"
,num1)