hoping to see Freena Push

August-report
Spencerscooper 1 year ago
parent 77f0042343
commit 2852e3c76d

@ -14,7 +14,7 @@
|8 | Tariff | 12.6 | Withdrawal |8 | Tariff | 12.6 | Withdrawal
<p> <p>
Total Income: $800 Total Income: $800
Please note: The below names give me the amout of:
Income Distribution Report: Income Distribution Report:
Total Income: $650 Total Income: $650

@ -1,7 +1,6 @@
value_of_day = 24 value_of_day = 24
def user_request(take_and_transfer): def user_request(take_and_transfer):
if take_and_transfer > 0: if take_and_transfer > 0:
#value_for_day = 24
value_for_time = "hours" value_for_time = "hours"
return f"{take_and_transfer} day is equal to {take_and_transfer * value_for_day} hours" return f"{take_and_transfer} day is equal to {take_and_transfer * value_for_day} hours"
else: else:
@ -10,3 +9,12 @@ enter_a_value = int(input("Enter a valid number to know how many minutes in a gi
print(user_request(enter_a_value)) print(user_request(enter_a_value))
def reversingvalue(uservalue):
print(uservalue)
newvalue = reversed(uservalue)
reversingvalue(newvalue("Spencer"))

@ -12,3 +12,6 @@ weeks than Jeff does.
## Testing our plan ## Testing our plan
As initially stated by Jeff this will help us learn how to collaborate on project remotely if all necessary skill are acquired. As initially stated by Jeff this will help us learn how to collaborate on project remotely if all necessary skill are acquired.
## In Accord with Our Plan
Freena will push to this repository on this 2nd Day of June 2023

Loading…
Cancel
Save