Alright so here is my code, I get the result I want but I keep getting the \"None\" value under it. How do I eliminate the \"None\" value?
n = input(\"What day o
Change all the print statements in your days(n) function to return instead.
print
days(n)
return