<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[BetaSpyder]]></title><description><![CDATA[BetaSpyder]]></description><link>https://betaspyder.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Tue, 01 Sep 2026 12:12:01 GMT</lastBuildDate><atom:link href="https://betaspyder.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Built-in functions in Python]]></title><description><![CDATA[In this article, we will be discussing about three built-in functions of python. Let see one by one.
Note:  As we all know that function should be written as function name followed by paranthesis and the name of the function must be in lower case.
1)...]]></description><link>https://betaspyder.hashnode.dev/built-in-functions-in-python</link><guid isPermaLink="true">https://betaspyder.hashnode.dev/built-in-functions-in-python</guid><category><![CDATA[Python]]></category><category><![CDATA[python beginner]]></category><dc:creator><![CDATA[Beta Spider]]></dc:creator><pubDate>Fri, 14 Jan 2022 11:49:44 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1642160464700/8S-w7EBtM.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>In this article, we will be discussing about three <strong>built-in functions</strong> of python. Let see one by one.</p>
<p><strong>Note:</strong>  As we all know that function should be written as function name followed by paranthesis and the name of the function must be in lower case.</p>
<p>1) <strong>min() function:</strong></p>
<p>This function helps to find the minimum value of the list. Let's understand this by example.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1642156238758/vWir3ocbl.png" alt="AddText_01-14-08.10.21.png" /></p>
<p>2) <strong>max() function:</strong></p>
<p>This max function is used to find the maximum number from the list. For instance,</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1642159723066/WjQEj_GpU.png" alt="max.png" /></p>
<p>3) <strong> sum() function</strong></p>
<p>This sum() function is used to add all the numbers of the list. 
for instance,</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1642160194542/thh2YvfpP.png" alt="AddText_01-14-08.09.35.png" /></p>
<p>Next article is going to be <strong>Built in string function</strong>. Hope you enjoyed this article.</p>
]]></content:encoded></item></channel></rss>