Sanket Nabade

Results 9 comments of Sanket Nabade

@seanlip ### Explanation of the PR Files to be Changed `feconf.py` > Changes to be Made 1. Update the Docstring for get_empty_ratings() Function: 2. Provide a detailed explanation of the...

@mon4our Yes, I was thinking of that text too, but I didn’t have any better ideas at the time, so I wrote it the way I did. Now, I’ve come...

@seanlip I didn't quite understand that. Could you please provide me with a reference? for now, I have come up with this ``` def get_empty_ratings() -> Dict[str, int]: """Returns a...

@seanlip @mon4our Is it correct now? ``` def get_empty_ratings() -> Dict[str, int]: """Returns a deep copy of the empty ratings dictionary. This function is used to obtain a fresh copy...

Gtg? @seanlip @mon4our ``` def get_empty_ratings() -> Dict[str, int]: """Returns a deep copy of the empty ratings dictionary. This function is used to obtain a fresh copy of the empty...