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
At the simplest level, renaming print to console.log would be nice. We do this already for Python 2 print_stmt, but not Python 3 where print is a function call.
At the simplest level, renaming
printtoconsole.logwould be nice. We do this already for Python 2print_stmt, but not Python 3 whereprintis a function call.