You can use the datetime module to convert the month to month name.
Here’s the code to do it:
time=datetime.datetime.now()
print(time.strftime("%B"))
Hope this helps!!
If you need to learn more about Python, It's recommended to join Python Training today.
Thanks!