company = 'XYZ Corporation'stock_price = 14.50stock_exchange = 'NASDAQ'print('The Stock Exchange has Opened!')print('The Buying and Selling Process wil Begin NOW!')print(f'{company}'s Stock Price is opening at ${stock_price} on the {stock_exchange}.')