Welcome to QuickCodingTips Here, we provide you with the most up-to-date and effective tips for improving your coding skills. Whether you're a beginner just starting out or an experienced programmer looking to optimize your workflow, we've got you covered. Our goal is to help you save time and improve your productivity by sharing the best practices, shortcuts, and tricks of the trade. Subscribe to our channel and stay ahead of the game with QuickCodingTips.
check out as well our website : quickcodingtips.com and our instagram page @quickcoding.tips.
Quick Coding Tips
hello, everyone I hope you are doing well, anyway in case someone asking why I haven't shared any video for so long now, it's because someone "strikes" my video as there and YouTube have almost band my channel, they told me to wait 3 months before I can keep my channel clean, so sorry I will be out for so long :(
1 year ago | [YT] | 3
View 0 replies
Quick Coding Tips
Anyone know how to create a private parameter or function in Python?
1 year ago | [YT] | 0
View 0 replies
Quick Coding Tips
What will be the output of the following code snippet?
Comment the answer bellow.
1 year ago | [YT] | 2
View 0 replies
Quick Coding Tips
What will be the datatype of the var in the below code snippet?
var = 10
print(type(var))
var = "Hello"
print(type(var))
1 year ago | [YT] | 1
View 0 replies
Quick Coding Tips
What will be the output of the following code snippet?
print(2**3 + (5 + 6)**(1 + 1))
1 year ago | [YT] | 1
View 0 replies
Quick Coding Tips
What would be the output of the following script:
x = [2, 3, 1]
x.pop(2)
y = sum(x)
print(y)
1 year ago | [YT] | 1
View 0 replies