Oct 1, 2024 · 3 min read · Welcome to 30 Days of Python! This comprehensive series is designed to take you from beginner to confident Python programmer in just 30 days. Throughout the program, you'll not only master the fundamentals of Python but also apply your skills to buil...
Join discussion
Aug 13, 2023 · 1 min read · Day 10: Playback speed Some people have a habit of lecturing and speaking rather quickly, and it’d be nice to slow them down, a la YouTube’s 0.75 playback speed, or even by having them pause between words. Exercise character = input("Anything of your...
Join discussionAug 12, 2023 · 1 min read · Day 9: Converting text to emoji Emojis play a pivotal role in conveying expressions and emotions across social media platforms. For many programmers, the intriguing prospect of crafting Python code to dynamically generate emojis has likely crossed th...
Join discussionFeb 28, 2023 · 2 min read · Question: In the GitHub repository, Infinity-AI(Infinite Learn and Grow)/30-days-code inside the Day-5 folder create name.py file as defined in the readme.md file. Declare IT_Company list with more than 5 values. Print the first, middle and last co...
Join discussion
Feb 27, 2023 · 2 min read · Question: In the GitHub repository, Infinity_AI(Infinite Learn and Grow)/30-days-code inside the Day-3 folder create a name.py file as defined in the readme.md file. Write a script that prompts the user to enter the base and height of the triangle a...
Join discussion
Feb 27, 2023 · 1 min read · Question: In the GitHub repository, Infinity-AI(Infinite Learn and Grow)/30-days-code inside the Day-4 folder create name.py file as defined in the readme.md file. Concatenate the string 'Thirty', 'Days', 'Of', Code to a single string, 'Thirty Days ...
Join discussion
Feb 26, 2023 · 2 min read · Question : In the GitHub repository, Infinity-AI(Infinite Learn and Grow)/30-days-code inside the Day-1 folder create your_name.py file as defined in the readme.md file. - Write a python code to take input from the user as username and country name. ...
SSHAISHAV commented