num = int ( input ( "enter no of rows: " )) #5 k = 1 for i in range ( num ): #0,1,2,3,4 for j in range ( 0 , num - i -...
Search This Blog
Showing posts with label python. Show all posts
Showing posts with label python. Show all posts
Monday, August 22, 2022
Tuesday, August 16, 2022
python for
taj
8:50 AM
fruits =[ "apple" , "banana" , "cherry" ] for x in fruits : print ( x ) for x in "banana...
Tuesday, August 9, 2022
pattern python
taj
10:16 PM
num = int ( input ( "Enter no of rows: " )) #num=3 for i in range ( 1 , num + 1 ): #1,2,3 for j in range ( 1 , i + 1 )...
Monday, August 8, 2022
python visual studio code setup
taj
12:22 AM
I'm going to show you how you can set up Python development environment on your Visual Studio code editor. SO,to go step by step first o...
Sunday, April 17, 2016
PROGRAMMING IN EASY WAY
taj
12:23 AM
JAVA SCRIPT SIGN UP AND LOGIN SIGN UP FORM .HTML < html > < head > < title > signup Form Using...