-->
当前位置:首页 > 题库

PROGRAMMING:Output week name (*)

Luz5年前 (2021-05-10)题库356
Please write a program, input the number of weeks, output the corresponding English week name.


< TD align = "center" > < b > weeks
< TD align = "center" > < b > week name





























0Sunday
1Monday
2Tuesday
3Wednesday
4Thursday
5Friday
6Saturday

####Input format
> w
####Output format
>If W is in the range of 0 ~ 6, the week name will be output
>If W is outside the range of 0 ~ 6, output none
####Input sample 1
```in
three
```
####Output sample 1
```out
Wednesday
```
####Input sample 2
```in
nine
```
####Output sample 2
```out
None
```







answer:If there is no answer, please comment