LizaLaugardHald / My_first_Python_show_off

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FizzBuzz

Introduction

This program was written to learn how FizzBuzz is done in Python. The program loops from 1 to 100. Every time a number is dividable by 3 the program writes "Fizz". Every time a number is dividable by 5 the program writes "Buzz". If the number is both dividable by 3 and 5, then the program writes "FizzBuzz".

Used Technologies

  1. Python
  2. Visual Studio Code

How to run the game

Run the FizzBuzz.py file using Python.

About


Languages

Language:Python 100.0%