Data Analysis with Python Projects - Mean-Variance-Standard Deviation Calculator

Tell us what’s happening:
Describe your issue in detail here.
Hello, sorry for creating another post, from my previous post with the help of a reply I was able to solve me previous error. unfortunately I am getting another error stating “unsupported operand type(s) for ‘dict’ and ‘dict’”, I did go through my code once again and applied the test variables as well and I am getting the right output.

Your code so far
here is the link to my code

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

Challenge: Data Analysis with Python Projects - Mean-Variance-Standard Deviation Calculator

Link to the challenge:

Unfortunately you have a typo in your calculations = {} section!

Good news is that it will be easy to solve. Check the Standard Deviation line.

Thank you! I was able to solve and pass the test!