OPython-Init
OPython-Init copied to clipboard
Adding a few more points to your Lesson 1- Introduction to Python.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context Added some points which I felt were necessary in the Lesson 1 of your course.
In Lesson 1 before going on for loops we must teach tem the different tyers of variables like int, string, float by using show data type and how much byte each of them uses. And what happens when we add string 56 with int 56.
Can you assign it to me?