PRACTICE CODE SNIPPETS

PRACTICE CODE SNIPPETS

Search This Blog

Showing posts with label tuple python. Show all posts
Showing posts with label tuple python. Show all posts

Thursday, August 11, 2022

  tuple1 =( "python" , "java" , "script" ) y = list ( tuple1 ) print ( y ) y [ 1 ]= "c language" x =...