Do the code in python 3 as soon as possible in 30 mins please! Implement the design of the required class so that the following output is produced: print("Film Count:",...


Do the code in python 3 as soon as possible in 30 mins please!


Implement the design of the required class so that the following output is


produced:



print("Film Count:", Fast_and_Furious.film_series_count)


print("=======================")


f1 = Fast_and_Furious("The Fast and the Furious.",2001)


print(f1.display_film_info())


print("=======================")


f2 = Fast_and_Furious("2 Fast 2 Furious.", 0)


f2.set_film_year(2003)


print(f2.display_film_info())


print("=======================")


f3 = Fast_and_Furious("The Fast and the Furious: Tokyo Drift.",2006)


print(f3.display_film_info())


print("=======================")


f4 = Fast_and_Furious("Default", 0)


f4.set_film_name("Fast & Furious.")


f4.set_film_year(2009)


print(f4.display_film_info())


print("=======================")


print("Film Count:", Fast_and_Furious.film_series_count)



Output:


Film Count: 0


=======================


Film---> 2001: The Fast and the Furious.


=======================


Film---> 2003: 2 Fast 2 Furious.


=======================


Film---> 2006: The Fast and the Furious: Tokyo Drift.


=======================


Film---> 2009: Fast & Furious.


=======================


Film Count: 4




(Please do it as soon as possible...)


Question:<br>Implement the design of the required class so that the<br>following output is<br>produced:<br>print(
2001: The Fast and the Furious. ======================= Film---> 2003: 2 Fast 2 Furious. ===== ======= Film--> 2006: The Fast and the Furious: Tokyo Drift. ====== :== Film---> 2009: Fast & Furious. Film Count: 4 "/>
Extracted text: Question: Implement the design of the required class so that the following output is produced: print("Film Count:", Fast_and_Furious.film_series_count) print("= f1 = Fast_and_Furious("The Fast and the Furious.",2001) print(f1.display_film_info()) print("= f2 = Fast_and_Furious("2 Fast 2 Furious.", 0) f2.set_film_year(2003) print(f2.display_film_info()) print("=: f3 = Fast_and_Furious("The Fast and the Furious: Tokyo Drift.",2006) print(f3.display_film_info()) print("= f4 = Fast_and_Furious("Default", 0) f4.set_film_name("Fast & Furious.") f4.set_film_year(2009) print(f4.display_film_info()) print("= print("Film Count:", Fast_and_Furious.film_series_count) ==") %3D ===========") ======= %3D =======") ====== ==") ==== ==") Output: Film Count: 0 ==========: ====== Film-> 2001: The Fast and the Furious. ======================= Film---> 2003: 2 Fast 2 Furious. ===== ======= Film--> 2006: The Fast and the Furious: Tokyo Drift. ====== :== Film---> 2009: Fast & Furious. Film Count: 4
Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here