Question: Solution class Solution: self.api - api print ( Press run code to see this in the consolel ) #You can initiate and calculate things

Solution
class Solution:
self.api - api
print("Press run code to see this in the consolel")
#You can initiate and calculate things here
def get_buy_day(self):
Return the day which you buy silver. The first day has number zero.
This method is called first, and only once.
:rtype: int
" Write your code here
return -2
def get_sell_day(self):
Return the day to sell silver on. This day has to be after (Breater
than) the buy day. The first day has number zero (although this is not
a valid sell day). This method is called second, and only once
:rempe: int
# Write your code here
Solution class Solution: self.api - api print ( "

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!