Python in unreal engine while gameplay?

IM a pro programmer using python (but my english is bad) so:
im planing to make a mechanical game that will teach you python or use it to survive

but i have no idea how can i run python or execute it durning gameplay
i mean, is there is a plugin or something?
execute
"
print(“hello”)
GG = 5
" → output GG in unreal engine? a variable (5) value?

i would also ask if i exported my game to windows the python script will still run?

i will use it something like:
Door_3.manage(angle = 100") (that opens the door) and when execute i will program it in blueprint to open that door

sorry about my english

Hey there @user_e4af5306dc3668d4fabcf41c383ef7b774d656501864a7c1c2dd94! Currently the python installation for Unreal is only meant to to be used in editor. There are some plugins that allow python use at runtime:

Plugins: