The Python programming language serves as a flexible platform for desktop and Web development. Part of Python's ease of use comes from its extensive list of data types, which include powerful ...
n = int(input("enter the no. of rows")) for i in range(n): for j in range(n-i-1): print(" ",end =" ") for j in range(2i+1): print("",end =" ") print() for i in range ...
# Constants and variables should have a combination of letters in lowercase (a to z), # or uppercase (A to Z) or digits (0 to 9) or an underscore (_). For example: # snake_case, MACRO_CASE, camelCase, ...
Python is a simple but powerful scripting language. It was developed by Guido van Rossum in the Netherlands in the late 1980s. The language takes its name from the British comedy series Monty Python's ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results