Free Code :
import numpy as np
x = np.arange(7,16)
y = np.arange(1,18,2)
z = np.column_stack((x[:: -1],y))
for i,j in z:
print(' '*i+'*'*j)
for r in range(3):
print(' '*13, ' || ')
print(' '*12, end = '\======/')
print('')
#clcoding.com
Python Coding December 21, 2023 Python No comments
Free Code :
import numpy as np
x = np.arange(7,16)
y = np.arange(1,18,2)
z = np.column_stack((x[:: -1],y))
for i,j in z:
print(' '*i+'*'*j)
for r in range(3):
print(' '*13, ' || ')
print(' '*12, end = '\======/')
print('')
#clcoding.com
Free Books Python Programming for Beginnershttps://t.co/uzyTwE2B9O
— Python Coding (@clcoding) September 11, 2023
Top 10 Python Data Science book
— Python Coding (@clcoding) July 9, 2023
🧵:
Top 4 free Mathematics course for Data Science ! pic.twitter.com/s5qYPLm2lY
— Python Coding (@clcoding) April 26, 2024
Web Development using Python
— Python Coding (@clcoding) December 2, 2023
🧵:
0 Comments:
Post a Comment