Skip to content
View Emma-coder-dev's full-sized avatar

Block or report Emma-coder-dev

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

Popular repositories Loading

  1. Emma-coder-dev Emma-coder-dev Public

    Config files for my GitHub profile.

  2. se-day-2-git-and-github se-day-2-git-and-github Public template

    Forked from blaqueDeveloper/se-day-2-git-and-github

  3. newrepo newrepo Public

    Python

  4. project2 project2 Public

    HTML

  5. Intro-to-Python-Assignment Intro-to-Python-Assignment Public

    Instructions: Basic Calculator Program Create a simple Python program that asks the user to input two numbers and a mathematical operation (addition, subtraction, multiplication, or division). Perf…

    Python

  6. Week-Two-Assignment Week-Two-Assignment Public

    Create an empty list called my_list. Append the following elements to my_list: 10, 20, 30, 40. Insert the value 15 at the second position in the list. Extend my_list with another list: [50, 60, 70]…

    Python