Skip to content
View KofiSQ's full-sized avatar

Block or report KofiSQ

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Django-Project Django-Project Public

    Web App Project

    Python 1

  2. Devops-Project Devops-Project Public

    HCL

  3. A Program that generate pay for the ... A Program that generate pay for the week
    1
    # Prompt User for input
    2
    hrs = input(' Enter hours worked ')
    3
    rate = input('Enter the  rate of pay ')
    4
    # Using the try/except to catch invalid entries
    5
    try:
  4. Python-Rock-Paper-Scissors-game Python-Rock-Paper-Scissors-game Public

    Python

  5. A program that ask people for random... A program that ask people for random numbers and picks the max and min numbers for them
    1
    # A program that takes random numbers for people and picks the Max and Min
    2
    try:
    3
        my_list = ([])
    4
    # User input numbers until he types done
    5
        while True:
  6. Zig Zig animation Zig Zig animation
    1
    # Zigzag by Kofi
    2
    # show a zig zig animation
    3
    # Press ctrl-C to stop the program
    4
    import time
    5
    indentsize = 0 # how many spaces to indent