Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Ibrahim
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
print("="*30)
print("الاسم: إبراهيم الصادق")
print("الصف: الثالث ثانوي - حاسوب")
print("="*30)
print("المهارات:")
مهارات = ["الكتابة", "القراءة", "الرسم"]
for مهارة in مهارات:
print(f"- {مهارة}")

print("\nفيسبوك: https://www.facebook.com/abrahym.alsadq.678065")
Comment on lines +1 to +10

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Unintegrated Standalone Script

This standalone script is not connected to the plugin’s runtime, build, or packaging paths, so its profile-printing behavior cannot be executed or distributed by the Acode plugin. Remove the unrelated file or integrate the intended functionality through the established source and build pipeline.

Suggested change
print("="*30)
print("الاسم: إبراهيم الصادق")
print("الصف: الثالث ثانوي - حاسوب")
print("="*30)
print("المهارات:")
مهارات = ["الكتابة", "القراءة", "الرسم"]
for مهارة in مهارات:
print(f"- {مهارة}")
print("\nفيسبوك: https://www.facebook.com/abrahym.alsadq.678065")

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!