Thanks for the information It works is there any difference between the seed given by the electrum on create seed and the console as given on the image above?.
When you create a new wallet through the UI you are calling that function (make_seed) under the hood with values you select in the interface. Using the console you can manually call that function and set the parameters that you like and are not available through the UI such as selecting a different entropy size.
It goes without saying that you shouldn't use console in general if you don't understand what you are doing.