Skip to content

Instantly share code, notes, and snippets.

View FlashNoob98's full-sized avatar
🎯
Focusing

Daniele Olivieri FlashNoob98

🎯
Focusing
  • Naples
View GitHub Profile
@FlashNoob98
FlashNoob98 / turtle_calculator.py
Created November 14, 2017 22:00 — forked from santoshmn26/turtle_calculator.py
Two simple calculator programs
# Any line that starts with a pound sign (#) is known as a comment, Python knows to ignore comments
# Comments are useful for explaining what you are doing in a program to yourself or someone else who might be working on the same program
# Let's write a calculator program that has the computer ask the user for two number to calculate, then return the answer
# to have a program accept input from a user, we use the raw_input() function, Python automatically considers what the user types in as a string.
print("Please give me a number")
number1 = raw_input() # here's our first variable
print("Please give me another number")
@FlashNoob98
FlashNoob98 / trash:.desktop
Created August 18, 2019 13:01
KDE utility
[Desktop Entry]
EmptyIcon=user-trash
Icon=user-trash-full
Name=Cestino
Type=Link
URL[$e]=trash:/