Python Programming Tutorial – 12 – Functions

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

22 responses to “Python Programming Tutorial – 12 – Functions”

  1. Zhuang Hao Avatar

    Dayum, These videos are cool!

  2. Abby Avatar

    I am having problems with pycharm on macOS.

  3. zacktube100 Avatar

    Bitcoin just passed $4000 recently!

  4. polepally venkatesh Avatar

    if only i had watched this video when u made it and knew what a bitcoin was , i need not have to study anymore :p

  5. YouSuck Avatar

    1,000th like 🙂

  6. Mihir Karbelkar Avatar

    Dayum your videos are cool

  7. Sanchit Agrawal Avatar

    plzz zoom the screen size. cant see code clearly. thankyou

  8. german diez Avatar

    i know c# but im learning python, what language is more useful??

  9. itzDavy Avatar

    Just realised how old this video when I saw the price of a bitcoin at that time was $576 and it is now $2693.. Wow

  10. vilkas2311 Avatar

    For some reason, nothing happens when i call a function.

    def beef():
    print("Dayum, functions are cool")

    beef()

    This is the output:

    Process finished with exit code 0

  11. Simran Dhingra Avatar

    hey
    i made this code

    def abc(n):
    amount=n*20
    print(amount)

    abc(12)
    but no output is displayed.can you tell me whats the error

  12. chao sui Avatar

    def function and call fun in one window!

  13. Shreya Goswami Avatar

    amount=?
    or amount-
    which one?

  14. Doctor Foxy Avatar

    BTC was 527 back then :p

  15. WIZZA YT Avatar

    A little script I made:

    def printer():
    question2 = input("What do you wanna print?")
    print(question2)

    question1 = input("Do you want to see what a printer does? say ok.")

    if(question1 == "ok"):
    printer()
    else:
    print("I don't understand that")

  16. saurabh kambli Avatar

    so you mean Python already know values of USD and Bitcoin ?? hows that?

  17. Lokthar Avatar

    bucky we miss u

  18. Shrif Rai Avatar

    How to lable $ 000.00 USD:

    def beef():
    print("The beef costs:")

    def bitcoin_to_usd(btc):
    amount = btc * 988
    print("$",amount,"USD")

    beef()
    bitcoin_to_usd(.01)

  19. victor bizimis Avatar

    Where the hell are the data types ?! Is everything like overloaded ?

  20. Abdullah Omair Avatar

    which software did you use for capturing the screen

  21. Tullet Avatar

    def bitcoin_to_usd(btc):
    amount = btc * 527
    print(str(btc) + " bitcoin is equal to " + str(amount)+ " dollars")

  22. Sayner Avatar

    How do I assign a name to an age? for example I want to say that: John is 19 years old

Leave a Reply

Your email address will not be published. Required fields are marked *