Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 200 Bytes

grundrechenarten.md

File metadata and controls

16 lines (10 loc) · 200 Bytes

Grundrechenarten

Funktionieren wie sonst auch.

addition = 5 + 4

subtraktion = 5 - 4

multiplikation = 5 * 4

division = 5 / 4

ganzzahlige_division = 5 // 4

zwei_hoch_drei = 2 ** 3