以下のコードでサーバーからの返事の内容を文字列として取得するには、どのプロパティを使いますか? ```python response = requests.get("https://example.com") # ここでレスポンスの内容を取得 ```