From 67167af209fb7a2c2c8601cee64edae98f8f2b5d Mon Sep 17 00:00:00 2001 From: sachinkr1 Date: Sat, 22 Sep 2018 20:38:39 +0530 Subject: [PATCH] Update basic_commands.py --- basic_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_commands.py b/basic_commands.py index b15d929..c70fa0f 100644 --- a/basic_commands.py +++ b/basic_commands.py @@ -10,7 +10,7 @@ -#convert a list to string: +#convert a list to string:yes list1 = ['1', '2', '3'] str1 = ''.join(list1)