This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
cs50
Watch
1
Star
0
Fork
You've already forked cs50
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
cs50
/
compare_string.py
6 lines
71 B
Python
Raw
Permalink
Blame
History
s
=
input
(
"
s?
"
)
t
=
s
.
capitalize
(
)
print
(
f
"
s:
{
s
}
"
)
print
(
f
"
t:
{
t
}
"
)
Reference in New Issue
View Git Blame
Copy Permalink