; multi-segment executable file template. data segment ; add your data here! pkey db "press any key...$" STRING DB 'The date is FEB&03$' ends stack segment dw dup() ends code segment start: ; set segment registers: mov ax, data mov ds, ax mo
string = "word 2 3 4 5 6 7" string = ",".join(string.split()) import numpy as np import pandas as pd a = pd.read_csv('list_landmarks_align_celeba.txt') print(a) f = open("list_landmarks_align_celeba.txt","r") for li