Infinity AIinfinityai.hashnode.dev·Feb 28, 2023Day 5 of #30DaysOfCode : List OperationsQuestion: 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...30daysofcode
Infinity AIinfinityai.hashnode.dev·Feb 27, 2023Day 4 of #30DaysOfCode : String FunctionsQuestion: 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 ...30daysofcode
Infinity AIinfinityai.hashnode.dev·Feb 27, 2023Day 3 of #30DaysOfCode : Area and Circumference CalculationQuestion: 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...39 reads#infinity_ai
Infinity AIinfinityai.hashnode.dev·Feb 27, 2023Day 2 of #30DaysOfCode : type() functionQuestion: In the GitHub repository, Infinity-AI(Infinite Learn and Grow)/30-Days-code inside the Day-2 folder create the name.py file as defined in the readme.md file. Declare a first name variable, last name variable, country variable, city variabl...42 reads#infinity_ai
Infinity AIinfinityai.hashnode.dev·Feb 26, 2023Day 1 of #30DaysOfCode : Python BasicsQuestion : 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. ...3 likes·57 reads30daysofcode