This website requires JavaScript.
Explore
Help
Sign In
siim
/
cs50
mirror of
https://github.com/me50/kukemuna.git
Watch
1
Star
0
Fork
You've already forked cs50
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e799ee94bf
cs50
/
hello.py
7 lines
105 B
Python
Raw
Blame
History
name
=
input
(
"
What
'
s your name?
"
)
if
name
:
print
(
f
"
hello,
{
name
}
"
)
else
:
print
(
"
hello, world
"
)
Reference in New Issue
View Git Blame
Copy Permalink