Answers for "< python"

4

python

this is a pogchamp moment
Posted by: Guest on April-22-2021
7

python .

Python is a programming language.
Nothing more, nothing less.
Posted by: Guest on July-17-2020
4

python

#High-level programming language
Posted by: Guest on September-11-2020
3

Python

Python is an interpreted, high-level, general-purpose programming language.

Created by Guido van Rossum and first released in 1991, Python's design
philosophy emphasizes code readability with its notable use of significant
whitespace.
Posted by: Guest on June-19-2020
0

python

looking for an idea for a project?
Posted by: Guest on May-22-2021
0

python

# Action Statements

print('hello world')

# Varables

x = 12

y = input("Prompt")

n = True

if n:
	# Some Stuff in here
    
def N(Terms):
    # Some Stuff in here

N(x)
Posted by: Guest on October-13-2020

Python Answers by Framework

Browse Popular Code Answers by Language