Skip to content
Snippets Groups Projects
Commit f1ffe9ba authored by Michael Mutote's avatar Michael Mutote
Browse files

22202956

question 1 complete
parent 31b420b0
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,3 @@ def rotateR(val):
val[0],val[-1] = val[-1],val[0]
a = [1,2,3,4]
rotateR(a)
print(a)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment