Hello Everyone ! My all blogs contains information, related to new technologies, Health sector information, New Games Related Information, Some recipes, and more over some Information related to matches, football matches information, information about Microsoft Applications like PowerPoint, Excel, Word, Access and some tips and tricks in Microsoft PowerPoint, word and Excel and my one of the favourite topic that is coding languages like python , html, java, css, c ,c++.
Python Quiz
Get link
Facebook
X
Pinterest
Email
Other Apps
Python Quiz
Python Quiz
Quiz
Which of the following is an invalid statement?
abc = 1,000,000
a b c = 1000 2000 3000
a,b,c = 1000, 2000, 3000
a_b_c = 1,000,000
What is the maximum possible length of an identifier?
32 characters
63 characters
79 characters
None of the above
Which of the following sorting algorithm for a numerical dataset in Python are correct?
list = ["1", "4", "0", "6", "9"] list = [int(i) for i in list] list.sort() print (list)
list = ["1", "4", "0", "41", "9"] list = [int(i)] list.sort() print (list)
list = ["1", "4", "0", "6", "9"] list = [int(i) for i in list] print (list)
none
Which statement is correct....??
Both are Immutable
Both are Mutable
List is mutable && Tuple is immutable
List is immutable && Tuple is mutable
print(chr(ord('b')+1))
b
error
c
b+1
The format function, when applied on a string returns :
How Apps Helps In Growing Business Travel Industry today expect versatile situated administrations for all that they are looking for and any place they are. Individuals these days aside from inns to offer mobiles administrations. Number of inns are advanced for their business site for cell phones and empowered Facebook and portable booking abilities. Around 75% acquired the information on having a portable application for their business and a couple of carried out it. In a business where an assistance runs, their portable applications will coordinate with them impeccably. The following are the motivations to get accomplishment in your inn business by utilizing Mobile application 1. What's to come is in the possession of Mobile gadgets What's to come is in the possession of Mobile gadgets: The best evidence is the developing paces of tablets and cell phones. Applications have become more mainstream since they serve in the possession of everybody. It makes lodgings to im...
Facts About Comic Sans Comic Sans owes its reality and creation to the epic disappointment Microsoft Bob. Weave was a yellow animation, Bill Gates-glasses wearing client 'direct', intended to help individuals twist their heads around PCs. The content in Bob's discourse bubbles was planned to be written in Times New Roman, yet planner Vincent Connare thought a particularly genuine content for an animation was absurd. So he set off to make a more child cordial text style, thus it was that Comic Sans was conceived. Vincent Connare himself has conceded that while planning Comic Sans he had two funnies in his office – The Dark Knight Returns and Watchmen. He took a gander at the print in these funnies and chose to adjust their textual styles to make Comic Sans. The development to boycott Comic Sans is the greatest enemy of textual style development on the planet. At the hour of composing this post, the 'Boycott Comic Sans' online request has more than 5,000 marks! Co...
Comments