5 tricks that will improve your python skills
Channel:
Subscribers:
2,410
Published on ● Video Link: https://www.youtube.com/watch?v=9Mth-qpoy3M
Am going to teach you simple tricks that will increase your Python tricks..
Code that didn't work
Year = (1999, 2003, 2011, 2017)
Month = ("Mar", "Jun", "Jan", "Dec")
Day = (11,21,13,5)
print zip(Year,Month,Day)
Second code
x = [[31,17],
[40 ,51],
[13 ,12]]
print (zip(*x))
Other Videos By DevPrecious
2020-05-02 | Print('Hello World') |
2020-04-24 | How to get the ip address of a website using cmd |
2020-04-13 | Loops in Dragon |
2020-03-25 | How to hunt down a social media account |
2020-03-24 | What is Machine Learning???? |
2020-03-24 | How to print emoji using python 😁😁 |
2020-03-23 | Variables in Dragon |
2020-03-02 | How i viewed Facebook source code with dragon programming language in 52secs |
2020-02-13 | Getting started(Installation+Hello world) with Dragon |
2020-01-14 | HOW TO CREATE A LOGIN SYSTEM IN PYTHON WITHOUT GUI(11LINES) |
2019-12-22 | 5 tricks that will improve your python skills |
2019-08-16 | How To Create An Android App on Phone 😱😱😱😱😱 |