Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

no pattern

n=4
for i in range(n):
        print('1'*n,end='')
        print(end="
")
    
Comment

no pattern

n=4
for i in range(n):
        print('1'*n,end='')
        print(end="
")
    
Comment

PREVIOUS NEXT
Code Example
Python :: Why do we put r before a path name in Python 
Python :: python declare immutable variable 
Python :: image.show pillow mac os 
Python :: To install a specific version, type the package name followed by the required version: 
Python :: types of methods in oop python 
Python :: How to get ouput from python? 
Python :: how to subtract up everything in a list python 
Python :: optimal alpha jupyter 
Python :: tkinter window - Source: NAYCode.com 
Python :: how to remove explicit string concatenation 
Python :: The Bytearray Type 
Python :: Get y_hat, or predicted values of y based on x_values 
Python :: getting over it 
Python :: List Creating List 
Python :: draw line in markdown 
Python :: python inline web server 
Python :: triu function in numpy 
Python :: Read data from excel file using openbyxl 
Python :: django list view 
Python :: running code once in a while loop python 
Python :: softmax for nparray 
Python :: pep8 E302 
Python :: python indexing 
Python :: featch detail of subscription in stripe api 
Python :: violin plot seaborn 
Python :: how to create a login page in python 
Python :: how to use google translate api in python 
Python :: simplejwt in django setup 
Python :: kinect python exoskeleton 
Python :: python list safely pop 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =