This website requires JavaScript.
Explore
Help
Register
Sign In
Gremlinsoft
/
cs50
Watch
2
Star
0
Fork
You've already forked cs50
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
cs50
/
psets
/
6
/
sentimental-hello
/
hello.py
6 lines
95 B
Python
Raw
Permalink
Blame
History
from
cs50
import
get_string
name
=
get_string
(
"
Name?:
"
)
if
name
:
print
(
f
"
hello,
{
name
}
"
)
Reference in New Issue
View Git Blame
Copy Permalink