Coursera Python for Everybody EP-6 | Assignment 2.3 Solution (Week 4) | Shoeb Solves

preview_player
Показать описание
Hi guys, in this video I solved the assignment 2.3 of Coursera Python for Everybody. Hope you find it useful.

"Coursera Python for Everybody" Playlist:

#shoebsolves #Coursera_Python_for_Everybody #Assignment2_3_Solution
Рекомендации по теме
Комментарии
Автор

hrs = input("Enter Hours:")
rate = input("Enter Rate per Hour:")
x = float (hrs)
y= float (rate)
print ("Pay:", x*y)

aryanguleria
Автор

here the correct format
hrs = input("Enter Hours: ")
rate = input("Enter the rate per hour: ")
x = float(hrs)
y = float(rate)
print("Pay:", x * y)

Yukionnaarchive
Автор

This grade external tool doesn’t work properly anymore. Instead of directing you to the Tool the link goes to the Py Playground where it’s impossible to submit anything .
Idk what to do, it’s also impossible to get anything from Coursera forums or chats.
So if the task won’t be accomplished you won’t get a certificate. The problem lasts for at least 5 months already…

una_suok
Автор

It's saying name "rate is not defined on line 6

mariaweathington
Автор

My output is same as desired output but it shows mismatch

ansarishoeb
Автор

My output is same as desired but it still show mismatch and grades are not updated on severe plz bro help

omkarkacholes