2486 - 2022GEC1506 - HW1 Scoreboard

Time

2022/03/01 23:30:00 2022/03/15 00:00:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
12169 Hello World in Python
13142 Reverse string order

12169 - Hello World in Python   

Description

Given a specific text, you need to print out it with Python code!

Input

A line of text

Output

There are two lines for output, which are

1. The original given text above

2. Adding text "Hello~" before the given text and "!" after the given text

Sample Input  Download

Sample Output  Download

Tags




Discuss




13142 - Reverse string order   

Description

Given a string S, output the reverse of S.

 

Note that, in Python Language, you can use the function len() to get the number of characters of a string.

Input

A line of string

Output

The reversed string

Sample Input  Download

Sample Output  Download

Tags




Discuss