Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how do i use "raw_input and __import__"

0 votes
asked Dec 11, 2022 by Kaloyan Krushkov (170 points)

If These Are Useful In Coding Pls Answer Because I Need More Useful Things In My Coding

Thx.

2 Answers

0 votes
answered Dec 11, 2022 by Peter Minarik (101,420 points)
What language are we talking about?

If you don't know if you need something then probably you don't need them. :) Get yourself a solid foundation first (data types, algorithms, object-oriented design, memory management, etc) before you move on to specific quirks of a language.
0 votes
answered Dec 12, 2022 by Behruz (420 points)

A great benefit of learning to code teaches children that it is ok if their answer is different to someone else's

commented Dec 19, 2022 by vishesh Mandloi (100 points)

Moving from python 2 to 3 was meant to be breaking. It doesn't mean it had to be. A language can evolve without dying and without changing the function signature. It helps if you have no global functions. Start out with some hindsight from other languages. 

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...