J
J
Jeremi2020-07-09 00:55:45
Python
Jeremi, 2020-07-09 00:55:45

How can I save the result that is left after the second line?

a = input();
print(a.title());
b = a;
print(b.replace(' ', ''))

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Makhov, 2020-07-09
@Jeremi

a = a.title()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question