Can a variable be defined as a string in a Python class?

Asked by Last Modified  

3 Answers

Learn Python

Follow 1
Answer

Please enter your answer

Understand Expectations - Profile Analysis - Career Guidance - Training.

Yes, Python is a dynamically typed language, means, the type of variable is automatically declared based upon the value you assign; x=10 y='hello' here, x will be of type Int and y will be of type 'str'. But, if for some reason you want to create a string variable without any value, you can declare...
read more
Yes, Python is a dynamically typed language, means, the type of variable is automatically declared based upon the value you assign; x=10 y='hello' here, x will be of type Int and y will be of type 'str'. But, if for some reason you want to create a string variable without any value, you can declare like this; y='' This tells python, that the variable y has to be created as string, but any value can be assigned later. similarly you can also declare for a list, x=[] read less
Comments

yes. we can.
Comments

7Zero 3Zero 2Zero 82 86 _ IT Professional Trainer with 4 years of experience in IT Industry

Yes, we can define variable as string e.g. class Test( name = "Python" ):pass
Comments

View 1 more Answers

Related Questions

How do I learn Python?
Start with online tutorials, books, and practice coding. Join communities and work on projects to improve.
Kirti
0 0
6

What are the two techniques of Machine Learning?

Two types of learning supervised and unsuperwise learning.
Janvi
Why is Python so popular despite being so slow?
Most programmers nowadays focus on the readability and quality of the code to maintain and update the software easily in future. In addition to being simple and easy-to-learn, Python enables programmers...
I T Roxaana
0 0
5
how can i develop a python project without disturbing python core
Hi Garimella, We will help you with you requirement.Contact us.Training will enable you to complete the task.
Garimella
If I get trained in python is there any chance to get a job as a fresher
While no one can guarantee getting a job after being trained as it depends on the trainer and the person being trained but yes, getting a job as a fresher in python is relatively easy compared to other...
Sai
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Python breaks into the top three programming languages in the Tiobe Index for the first time.
Python breaks into the top three programming languages in the Tiobe Index for the first time. The popularity of Python shows no sign of waning, with the programming language entering the top three in...

Python Demo
https://www.youtube.com/watch?v=8AEhpZ4lbOI

Python Programming
Python is a widely used general-purpose, high-level programming language. This is an Open Source Software and its source code is available with a license in which the Copyright holder provides the rights...

Python is a popular programming language. It was created by Guidovan Rossum, and released in 1991.
Python is a popular programming language. It was created by Guidovan Rossum, and released in 1991. It is used for: web development (server-side), software development, mathematics, system scripting. What...

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you