90 likes
·
143 reads
1 comment
·Jan 27, 2021
Jan 27, 2021
input : string = 'This article is written in {}'
print (str.format('Python'))
Output : This article is written in Python
think this syntax is wrong and thus confusing to someone trying to learn.
2
·