Add Python 3.6 formatted_str test

This commit is contained in:
rocky
2016-08-01 09:45:40 -04:00
parent 4c2f0df3dc
commit c77e9cdaf8
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
var1 = 'x'
var2 = 'y'
print(f'interpolate {var1} strings {var2} py36')