sololearn-challenges icon indicating copy to clipboard operation
sololearn-challenges copied to clipboard

pro-day-of-the-week for Python

Open browneye1826 opened this issue 4 years ago • 0 comments

import pandas as pd

temp = pd.Timestamp(input())
print(temp.day_name())

browneye1826 avatar Jan 18 '22 23:01 browneye1826