#L0006. 字符串逆序

字符串逆序

1. Description

Reverse the input string

2. Input & Output

Input:

  • Use input() as input. Notice that the value you get from input() is a string

Output:

  • Use print() for your output

Example

# Input: 
Hello World
# Output: 
dlroW olleH
# Input: 
I love basketball
# Output: 
llabteksab evol I