'Python' is not recognized as an internal or external command, operable program or batch file.

From Esolang
Jump to navigation Jump to search

'Python' is not recognized as an internal or external command, operable program or batch file. is made by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 02:04, 2 July 2024 (UTC)

commands

? prints 'Python' is not recognized as an internal or external command, operable program or batch file.

; stops the program because Python doesnt semicolon.

% sets this code to the HQ9t module

\ prints the next character

/ prints the next character twice

@ jumps back to the nearest A

A skip the next command

# set the module HQ9t to this code

! set HQ9t to next character

$ read out the module HQ9t and print it

2 deux the module HQ9t as python code

1 ask user for input, if it is not 1, skip next command

^ cat

| make the input the last thing

7 opposite of 1

+ add this code to the module HQ9t

p use the data printed to the console instead of input

= if this code == module HQ9t, skip next command

checks if the code is " " and if it is prints r"\space"

r takes the letter after it, swaps it with HQ9t from input, prints it

s swaps this code with input in HQ9t

Other commands are ignored

program

hello world

\h\e\l\l\o\ \w\o\r\l\d

or:

\h\e/l\o\ \w\o\r\l\d

quine

//

or, alternatively

#$

truth-machine

#2@
x = input()
if x == 1:
 while True:
  print(1,end="")
 print("")
else:
 print(x)
#A

Here is one without using the '2' command:

10A0|^7;@

calculator

 #2@
x = input()
if x == '+':
 print(input()+input())
else:
 print(input()-input())
#A

Slashes program

Slashes program:

/l/w//r/w//I://I:

implementation:

!wrrprl;

palindromes

^A^
\1;1\
^\R\a\c\e\c\a\R\^
A\\A

narcissist

!{r{\1ps$p1@\y\e\s;A\n\o

CATEGORIES