@@ -0,0 +1,9 @@
a = 'AAAAA'
b = 'BBBBBB'
c = 1.1
string = 'b={nome2} a={nome1} a={nome1} c={nome3:.2f}'
formato = string.format(
nome1=a, nome2=b, nome3=c
)
print(formato)
The note is not visible to the blocked user.