index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
/
hw
/
106
/
1.py
blob: f465ed8234cf57364bf49d0597b428df20a4eed0 (
plain
)
1
2
3
4
first = input("first name: ") last = input("last name ") print(first[::-1], " ", last[::-1])