In a python run in actual console: ```Python >>> name = "Thomas" >>>name 'Thomas' ``` In my embedded console: ```Python >>> name = "Thomas" >>>name ```