#1676: How to solve a013 in python


1551914-7@g.puiching.edu.mo (S1A13林暐然)

School : No School
ID : 2369
IP address : [192.168.120.33]
Last Login :
2024-10-22 20:17:30
a013. You can say that again! -- 板橋高中Python教學題 | From: [192.168.120.33] | Post Date : 2024-10-15 13:50

First you get the input:

Text = input()

This is how we put the input in to a string called Text

 

Then, we print out the result seperated in a space, which is known for putting a comma in between:

print(Text, Text)

And now you solved the question!

 

The whole thing:

Text = input()

print(Text, Text)

 

If you have any questions, please reply to this forum.

 
ZeroJudge Forum