TAG

Python

Python Set add() Examples [Tutorial]

Use python set add to Add one item to a set. We can use this multiple times to add multiple elements to set.

By admin · 3 min read · Python

Python casefold() function [Tutorial]

we seen how to use casefold function to convert all characters in a string to lowercase with four different examples

By admin · 3 min read · Python