معرفی شرکت ها


fizzbuzzy-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python package which prints Fizz, Buzz, FizzBuzz divisible by 3 and 5 and both
ویژگی مقدار
سیستم عامل -
نام فایل fizzbuzzy-0.0.1
نام fizzbuzzy
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده M Santhosh Kumar
ایمیل نویسنده santhoshse7en@gmail.com
آدرس صفحه اصلی https://github.com/santhoshse7en/FizzBuzz
آدرس اینترنتی https://pypi.org/project/fizzbuzzy/
مجوز -
# FizzBuzz Fizz buzz is a group word game for children to teach them about division. Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz" ## Fizz buzz Implementation Simple python program which iterates the integers from 1 to 50. For multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz" ## Usage Download it by clicking the green download button here on Github. You only need to parse argument of range you the divisible by 3, 5 and both. ```bash >> from fizzbuzz.fizzbuzz import looprange >> looprange('50') ``` ## Output ![capture](https://user-images.githubusercontent.com/47944792/53887007-584fef00-4047-11e9-840e-cddb2e081210.PNG) ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. ## License [MIT](https://choosealicense.com/licenses/mit/)


نحوه نصب


نصب پکیج whl fizzbuzzy-0.0.1:

    pip install fizzbuzzy-0.0.1.whl


نصب پکیج tar.gz fizzbuzzy-0.0.1:

    pip install fizzbuzzy-0.0.1.tar.gz