(no title)
wazari972 | 6 years ago
which says that Python 3.8 will allow this kind of output:
>> print(f"{name = }")
name = 'karthikeyan'
>>> print(f"{name.upper() = }")
name.upper() = 'KARTHIKEYAN'
0: https://tirkarthi.github.io/programming/2019/05/08/f-string-...
No comments yet.