[Solved] Get raw key value August 30, 2022 by Kirat dictionary = {'key': ['value']} print(dictionary.get('key')[0]) solved Get raw key value