Skip to content

LizaLaugardHald/My_first_Python_show_off

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages