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
mosaic_points.py uses f strings to format its strings, i.e. strings of form f"I can insert {variable} between braces". This is new in Python3.6 and so far fairly impractical (Ubuntu is on 3.5) - a different method of formatting should be used instead.
The text was updated successfully, but these errors were encountered:
mosaic_points.py uses
f strings
to format its strings, i.e. strings of formf"I can insert {variable} between braces"
. This is new in Python3.6 and so far fairly impractical (Ubuntu is on 3.5) - a different method of formatting should be used instead.The text was updated successfully, but these errors were encountered: