a = [] b = [a.append(i) for i in range(5)] print(a) print(b)
-
Code :
a = []
b = [a.append(i) for i in range(5)]
print(a)
print(b)
Solution and Explanation:
This code outputs the following:
[0, 1, 2, 3, 4]
[None...
Search This Blog
The need of Artificial Intelligence to businesses
AI in Retail:
AI in Healthcare:
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Knowledge Representation Frames are more structured form of packaging knowledge, - used for representing objects, concepts etc. F...
-
Semantic Network A semantic network or net is a graph structure for representing knowledge in patterns of interconnected nod...
-
ASCII ASCII is an acronym for the American Standard Code for Information Interchange ASCII is used to represent English characters as...
-
The types of knowledge include Procedural knowledge Declarative knowledge Heuristic knowledge Procedural Knowledge :- Procedur...
-
We have two rules, Rule 2 and Rule 3, with the same IF part. Thus both of them can be set to fire when the condition part is satisfied.T...
-
CLIPS CLPIS is a public domain software tool for building expert systems. The name is an acronym for "C Language Integrated ...
-
Why Description Logics ? If FOL is directly used without some kind of restriction, then The structure of the knowledge/information i...
-
Sensors Basic electronic Device Convert a physical quantity/ measurements into electrical signals Can be analog or digital T...
-
Google Pay Now Lets Users Buy, Sell Gold in India With MMTC-PAMP Partnership → Google on Thursday announce...
-
BASE - 64 Base - 64 is basically a way of encoding arbitrary binary data in ASCII text. Base - 64 encoding schemes are commonly use...
No comments:
Post a Comment