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 99812bc commit 41170f7Copy full SHA for 41170f7
python_study_2/page4/script.py
@@ -0,0 +1,5 @@
1
+fruits = ['apple', 'banana', 'orange']
2
+
3
+# Get the elements of fruits using a for loop, and print 'I like ___s'
4
+for fruit in fruits:
5
+ print("I like " + fruit + "s")
0 commit comments