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.