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
Mojo is given an extra unneeded line: from python import Python
Mojo is given an extra unneeded line: py = Python.import_module("builtins")
Mojo is given an extra unneeded line:
print("Length of the last word:")
print(count)
while python is benchmarked with only 1 print (which works exactly the same in mojo):
print("Length of the last word:", count)
The text was updated successfully, but these errors were encountered:
In just example 1:
Mojo is given an extra unneeded line:
from python import Python
Mojo is given an extra unneeded line:
py = Python.import_module("builtins")
Mojo is given an extra unneeded line:
while python is benchmarked with only 1 print (which works exactly the same in mojo):
The text was updated successfully, but these errors were encountered: