Python Taskbook Level 5.1
Print the current date in the format year-month-day.
Ask the user to enter a number via the console. As a result, print the square root of that number.
Write a program that will generate the following string:
'xxxxx'
There is a certain line with the words:
'aaa bbb ccc eee fff'
Delete every second word from this line. In our case, we should get the following:
'aaa ccc fff'