User:Lemonz/TotallyProgramTypes
Jump to navigation
Jump to search
Welcome to this place. I try to make program types of some actual useful kind. Though half of them are not good.
The plunge
"Hi" Program
Description: Hello program if your too lazy to output 6 characters somehow. Python example: print("Hi")
Awaiting input program
Description: End when an input that isnt empty is given Python example: k="" while k=="": k=input()
Notepad program
Description: Get 2 inputs, first one is name and second contents. Then if the name of the note is provided, output the note's contents --- Sample inputs: Test, MY CONTENS, Tset Output: [NONE] Sample inputs: Test, MY CONTENS, Test Output: MY CONTENS