We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad6fe6 commit d877cf2Copy full SHA for d877cf2
1 file changed
src/rda_python_template/hello_world.py
@@ -6,8 +6,9 @@ def main():
6
str = get_string('Hua')
7
print(str)
8
9
- def get_string(name):
10
- return name + ": Hello World!"
+def get_string(name):
+ return name + ": Hello World!"
11
+
12
#
13
# call main() to start program
14
0 commit comments