We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddd980 commit e05465eCopy full SHA for e05465e
wasm/demo/src/index.html
@@ -19,7 +19,7 @@ <h1>RustPython Demo</h1>
19
count = 0
20
until = 10
21
22
-print("These are the first " + str(until) + " number in a Fibonacci sequence:")
+print("These are the first {} numbers in a Fibonacci sequence:".format(until))
23
24
while count < until:
25
print(n1)
0 commit comments