Question: class PandasChain : # 5 pts - Complete this constructor def_ init_ ( self , name ) : self . name = # Convert name

class PandasChain : # 5 pts - Complete this constructor def_ init_ ( self , name ) : self . name = # Convert name to upper case and store it here* self . chain = # Create an empty list self . id = hashlib . sha 256 ( str ( str ( quid . quid4 ( ) ) + self . name + str ( at . datetime . now ( ) ) ) . encode ( ' utf - 8 ' ) ) . hexdigest ( ) # Create a sequence ID and set to zero self . prev hash = # Set to None self . current block = # Create a new Block print ( self . name , ' Pandas Chain created with ID ' , self . id , ' chain started . ' )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
