Multiple choice technology programming languages Variable in python are by default ______ public private global protected Reveal answer Fill a bubble to check yourself A Correct answer Explanation Python variables are public by default. Unlike languages like Java or C++, Python doesn't enforce access modifiers at the language level, relying on naming conventions instead.