Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) Do you know what are the elements used in customizing the output of using the standard decorators?
221Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
1158How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?
1 2229
What return value must conversion operators have in their declaration?
When would you use triple quotes as a delimiter?
What function should you use to join array elements with a glue string?
Tell me what are bitwise shift operators?
I want Ada programming language books. Could anyone post me any link for that?
what is difference between PHP4 , PHP5
How to import modules in python?
What are the differences between copy and retain?
What is the use of Length of trimmed description field in Feed aggregator?
Explain drupal's features.
What is self-referential structure in c programming?
Write a program to generate the Fibonocci Series in C++.
What does s method in scala string interpolation?
Give example to declare variable using both val and var in Kotlin?
What is django crispy forms?