Machine Learning And AI
1.65K subscribers
198 photos
1 video
19 files
351 links
Hi All and Welcome Join our channel for Jobs,latest Programming Blogs, machine learning blogs.
In case any doubt regarding ML/Data Science please reach out to me @ved1104 subscribe my channel
https://youtube.com/@geekycodesin?si=JzJo3WS5E_VFmD1k
Download Telegram
Machine Learning And AI pinned «https://youtu.be/w2anY0hYsL0»
a = [1, 2, 3]
b = [4, 5, 6]
result = zip(a, b)
print(list(result))
Comment the output of the above program