list with random data types

Sai_kiran_rachakonda · October 30, 2022
x = [22, 'PythonLobby', 22.3]
print(x)
Output

Comments

Please sign up or log in to contribute to the discussion.