Skip to content
View lifesbrain's full-sized avatar

Block or report lifesbrain

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. For visualizing boxes in a 3D space,... For visualizing boxes in a 3D space, specifically for UoA CS2521 final algorithm assignment formatted input + output.
    1
    # Draws boxes in a container using Matplotlib for CS2521 UoA
    2
    # by Michael Ritchie
    3
    # With code from matplotlib.org & GeeksForGeeks.org
    4
    # If ran without arguments it shows task1.4.1 example
    5
    # Either import DrawContainer and use DrawContainer.draw(boxes, con), or run the .py with total input and output as the argument:
  2. A python script to calculate the lea... A python script to calculate the least amount of british change needed to make up the users entered value. The printed statement is correctly punctuated regardless of required coins.
    1
    #! python3
    2
    # A Program to write the lowest volume of change for any amount. 77p would return 50, 20, 5, 2 etc.
    3
    
                  
    4
    print("----------")
    5
    print("British Change Coin Calculator")
  3. UoA-CS4038-Assess UoA-CS4038-Assess Public

    Python