You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("Today is {:%A %B %d}".format(datetime.date.today())) is highlighted incorrectly. mrrech/python-syntax@8b43134 provides a "partial" fix but it's not really enough.
The text was updated successfully, but these errors were encountered:
print("Today is {:%A %B %d}".format(datetime.date.today()))
is highlighted incorrectly. mrrech/python-syntax@8b43134 provides a "partial" fix but it's not really enough.The text was updated successfully, but these errors were encountered: