We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c896705 commit ce7a96cCopy full SHA for ce7a96c
hello.py
@@ -1,5 +1,5 @@
1
def toyou(x):
2
- return "hi %s" % x
+ return f"hi {x}"
3
4
5
def add(x):
0 commit comments