Sign in
Log inSign up
chryzcode

90 likes

·

143 reads

1 comment

Tim
Tim
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
·