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
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
The editor does not support syntax correction for python 3.6's new f strings.
s = f"The date and time is: {datetime.datetime.now()}"shows an error: "invalid syntax (, line 1)"
This is also the case for the AWS version of cloud9.