Skip to content
View mohameddouma's full-sized avatar
💭
MOHAMED DOUMA
💭
MOHAMED DOUMA

Block or report mohameddouma

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. mohameddouma mohameddouma Public

    Config files for my GitHub profile.

    1

  2. 4.6 4.6 Public

    def computepay(h, r): if h>40: return 40*r +(h-40)*r*1.5 else: return h*r hrs = float(input("Enter Hours:")) r= float(input("Enter rate per hour:")) p = computepay(hrs,r) print("Pay",p)

  3. Programming-for-Everybody-Getting-Started-with-Python-Week-6 Programming-for-Everybody-Getting-Started-with-Python-Week-6 Public

    def computepay(h, r): if h>40: return 40*r +(h-40)*r*1.5 else: return h*r hrs = float(input("Enter Hours:")) r= float(input("Enter rate per hour:")) p = computepay(hrs,r) print("Pay",p)

  4. Coursera Coursera Public

    E-learning

  5. Coursera1 Coursera1 Public

  6. Introduction-to-Git-and-GitHub-by-Google-Coursera Introduction-to-Git-and-GitHub-by-Google-Coursera Public

    Forked from PaareshC/Introduction-to-Git-and-GitHub-by-Google-Coursera

    Solutions