TheBlueMoonEclipse

Results 1 issues of TheBlueMoonEclipse

Add f strings so we can make code easier like so: (mind you the 'print' action is the macro) ` rule 'pizza': print('hello {}'}.format('world')` ^ hard `rule 'pizza': print(f'hello {'world'}')`...

Enhancement