Skip to content

Instantly share code, notes, and snippets.

View Justine810's full-sized avatar

Justine810

  • Toulouse, France
View GitHub Profile
wilder@wilder-ThinkPad-T430s:~$ ls
Desktop Documents Downloads Music Pictures Public Templates Videos
wilder@wilder-ThinkPad-T430s:~$ ls Downloads
wilder@wilder-ThinkPad-T430s:~$ ls Pictures
unnamed.jpg
wilder@wilder-ThinkPad-T430s:~$ pwd
/home/wilder
wilder@wilder-ThinkPad-T430s:~$ cd Pictures
wilder@wilder-ThinkPad-T430s:~/Pictures$ pwd
/home/wilder/Pictures
@Justine810
Justine810 / gist:fdd20beb865d276f992693f9d10779c1
Created March 1, 2020 16:30
Créé un algorithme en pseudo-code
argent = float(input())
prix = float(input())
nombre = 0
while argent > prix :
nombre = nombre + 1
argent = argent - prix
print(nombre)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FindThePrecious</title>
</head>
<body>
<header>
<h1>FindThePrecious.com</h1>
<nav>