CATEGORY

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

How to shuffle two NP arrays together [SOLVED]

In this article we learned how we can shuffle two np arrays together using permutations or randomize function from np module. We also learned a bit about the np …

By azkaiftikhar · 3 min read · Python