Python
What is th ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
What is the purpose of a single underscore _ in Python variables name?
It indicates that variable is immutable
It raises a flag to other developers that this variable is important
It indicates that variable is of complex data type
It indicates that this variable is always passed by reference
It makes variable protected in a sense of many programming languages
Explanation
Single underscore in variable name is an analogue of making variable “protected” by analogy with many other programming languages. Such variables are not imported when “from my_module import *” is used
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Тести з
P
ython
Приєднуйся і вивчай Python
або
Дізнайся більше про
Тести з Python онлайн
Слідкуй за CodeGalaxy
Мобільний додаток Beta
Зворотній Зв’язок
Продовжуйте вивчати
тести з Python
Which character do you use instead of " * " for importing all the names of a package or class?
How would you change declaration of function foo to ensure that a function foo is only accessible by classes defined in the package com.quizful ? package com.quizful class Foo { def foo = {...} }
What is the largest Tuple that Scala supports?
Can methods, taking one argument, be used with infix syntax?
What is a higher-order function?
Scala's Unit roughly corresponds to which Java type?
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати