Shanlaksh

Pinned Post

All stories

What is a Data Structure? A way to organize and store data so it can be accessed and modified efficiently, such as arrays, lists, trees, and grap…
Reverse a String python def reverse_string ( s ) : return s [ : : - 1 ] # Example reverse_string ( "hello" ) # Output: &q…