1665 - GEC1506 _QUIZ1 Scoreboard

Time

2019/04/23 13:30:00 2019/04/23 15:10:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
12231 GEC1506_QUIZ1_QUESTION1
12232 GEC1506_QUIZ1_BONUS

12231 - GEC1506_QUIZ1_QUESTION1   

Description

Given a few lines of text, you need to parse it and perform the following requirements.
 
Note: You do not need to consider capital letter and number during this quiz.

Input

One or multiple lines of text

Output

The most frequent word from the input text

Sample Input  Download

Sample Output  Download

Tags

multiple lines



Discuss




12232 - GEC1506_QUIZ1_BONUS   

Description

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

Input

A line of text which indicates several names

Output

Print all the names from the input text

Sample Input  Download

Sample Output  Download

Tags




Discuss