In this example, I think, run time should be a float… as in The movie ran 2 and half hours
and the rating should be a straight up 1-10
But that’s just me.
;–)
A recent movie-going experience has you excited to publish a review. You rush out of the cinema and hastily begin programming to create your movie-review website: The Big Screen’s Greatest Scenes Decided By A Machine .
Create the following variables and assign integer numbers to them: release_year
and runtime
.
Stuck? Get a hint
2.
Now, create the variable rating_out_of_10
and assign it a float number between one and ten.