import random
random.uniform (3.4,9.9)
I wrote this code in Spyder and it stated I have an internal error.
Traceback
Traceback (most recent call last):
File "/Users/erronnbridgewater/Library/spyder-6/envs/spyder-runtime/lib/python3.11/site-packages/spyder/app/mainwindow.py", line 564, in unmaximize_plugin
self.layouts.unmaximize_dockwidget()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'unmaximize_dockwidget'
Description
What steps will reproduce the problem?
import random random.uniform (3.4,9.9) I wrote this code in Spyder and it stated I have an internal error.
Traceback
Versions
Dependencies