Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Q&A
SAFe
AWS
JAVA
Hadoop
Blockchain
Cache
Bootstrap
DevOps
Kibana
Vue.js
Git
Cyber Security
HBase
Ask a Question
Consider b is frozen set, what happens to b.add(3)?
Home
Python
Consider b is frozen set, what happens to b.add(3)?
asked
May 17, 2019
in
Python
by
Derya
Q:
Consider b is frozen set, what happens to b.add(3)?
a)3 will not be available for other general operations
b)3 will be added as a constant
c)Error as frozen sets cannot be modified
#python
Answer
▼ Show
1
Answer
0
votes
answered
Aug 27, 2019
by
anonymous
3 will not be available for other general operations
Python
Learn More with Madanswer
Related questions
0
votes
Q: Consider b is frozen set, what happens to b.add(3)?
asked
Jun 24, 2020
in
Python
by
Robindeniel
#python-frozen-set
#frozen-set-pyhton
0
votes
Q: a.symmetric_difference(b) highlights the ________.
asked
May 15, 2019
in
Python
by
Derya
#python
0
votes
Q: a.difference(b) highlights the ________.
asked
May 15, 2019
in
Python
by
Derya
#python
0
votes
Q: Code written in Python 3 is backward compatible with Python 2.
asked
May 17, 2019
in
Python
by
Derya
#python
0
votes
Q: Which datatype is represented by int in Python 3?
asked
May 17, 2019
in
Python
by
Derya
#python
0
votes
Q: Find out the mean, median and standard deviation of this numpy array -> np.array([1,5,3,100,4,48])
asked
Feb 11
in
Python
by
SakshiSharma
#python
python-meanm
python-numpy-array
0
votes
Q: What is the output of print tuple[1:3] if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?
asked
May 16, 2020
by
AdilsonLima
#python
...