Startup and Tech
Sunday 12 July 2020
Reverse Array In Python using algorithm
Program
l = [1,2,3,4,5,6,7,8,9] left = 0 right = len(l)-1 while(left
Output
[9, 8, 7, 6, 5, 4, 3, 2, 1]
Eight ways to print Hello World in Python-
https://www.techrcoding.com/2020/06/pythonh.html
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment