We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d0bbe commit 02d999dCopy full SHA for 02d999d
functioninlist.py
@@ -0,0 +1,8 @@
1
+def list1(a,b,c):
2
+ return [a,b,c]
3
+
4
+a = 2
5
+b = 'hi'
6
+c = 3
7
+s = list1(a,b,c)
8
+print(s)
0 commit comments