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
Kratosix
changed the title
[BUG] (I am not using f-strings even though Mojo supports python)
I am not using f-strings even though Mojo supports python
May 10, 2023
Kratosix
changed the title
I am not using f-strings even though Mojo supports python
[BUG](I am not using f-strings even though Mojo supports python)
May 10, 2023
I seem to not use f-strings in Mojo, for example Here's my code
let g = 54 print(f'{g}')
And I seem to be getting this error
error: Expression [6]:17:12: expected ')' in call argument list
print(f'{g}')
^
Is there anyway to fix this issue, thanks for your patience.
The text was updated successfully, but these errors were encountered: