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
That's correct, because print is a keyword. You can easily override it by setting the to_string function instead. print uses to_string to format the output.
Print being a keyword currently stops you using "
print
" as a function on a type usingwith_fn
Example code:
Outputs:
The text was updated successfully, but these errors were encountered: